Infinite Scrolling

Your constantly-updated definition of Infinite Scrolling and collection of videos and articles. Be a conversation starter: Share this page and inspire others!
351 shares

What is Infinite Scrolling?

Infinite scrolling is an interaction design pattern in which a page loads content as the user scrolls down, allowing the user to explore a large amount of content with no distinct end. It is often used on social media platforms and feeds where content has no definite structure or sorting order.

Infinite scrolling removes the friction of navigating back—users can simply scroll up. This technique is well suited for mobile, where scrolling is both easy and intuitive.

Table of contents

How Does Infinite Scrolling Work?

When a user first visits a site, it loads only a small amount of data, similar to the first page of a series. The website tracks the user’s position on the page. If the user reaches the end of the page, the website fetches the next set of data and displays it. This sequence of actions—detect scroll, request data from the server and display it on the website—can be as quick as a fraction of a second, depending on the amount of content and the internet speed.

Google Image search results page.

Google’s image search results page uses infinite scrolling to load more items. Notice how it shows a loading icon to inform the user that more images are coming.

© Google, Fair Use

Infinite scrolling replaces pagination. Pagination divides content into discrete pages; users must click on the navigation options to move to different pages and view more items. 

When to Use Infinite Scrolling: Use Cases

Infinite scrolling can be used to:

  1. Increase engagement and time spent on the site.
    Social media and content-heavy feeds such as blogs and news sites are prime examples of infinite scrolling. These sites aim to keep users engaged and spend the most time on their site. With infinite scrolling, users don’t need to click anywhere and keep receiving endless content.

  2. Facilitate organic content discovery.
    Infinite scrolling is useful when users aren’t looking for something specific. When users want something specific, they will likely search for it with precise words and expect to find what they’re looking for within the first few search results. In such cases, asking the user to browse endlessly is not ideal. However, infinite scrolling works well if the user is merely browsing without any specific goal.

    A feed from X (formerly Twitter).

    Social media sites such as X (formerly Twitter) use infinite scrolling to increase engagement and facilitate organic content discovery.

    © X (formerly Twitter), Fair Use

  3. Ease navigation on mobile.
    Infinite scrolling is well-suited for mobile users, who can easily scroll through content with simple swipes. This is more intuitive and convenient on touch-screen devices than clicking on tiny pagination links.

Disadvantages of Infinite Scrolling

Designers should be aware of the following issues and limitations of infinite scrolling:

  1. Addiction: While infinite scrolling increases time spent on sites, it is also responsible for creating addictive experiences. After public outcry on the addictive design practices of social media applications, Instagram and YouTube have implemented settings to limit users’ time on the application.

    Instragram App screenshots.

    Instagram allows users to configure daily limits and reminds them to take a break when they reach the limit.

    © Instagram, Fair Use

  2. Performance issues: Continuously loading content can lead to significant memory usage, which might slow down the website or app, particularly on devices with limited resources. This can negatively impact the user experience, especially for long browsing sessions.

  3. Navigation challenges: With infinite scrolling, users can find it difficult to locate specific items or return to a previously viewed point in the feed. Without distinct pages, users may not be able to bookmark or share specific content. Often, when a user uses the back button, they must scroll all over again and reload all the content to reach their previous position.

Social media sites exacerbate the problem by loading new content whenever users refresh the page. For example, if you close the Instagram app and return after a few seconds, you’ll notice entirely new items in your feed. If you meant to return to your friend’s exciting post, you might have to manually search for it on their feed.

Some websites automatically update the page URL as the user scrolls to help them retain their position on the page.

  1. Overwhelming content and scrolling fatigue: Infinite scrolling can sometimes overwhelm users with too much content, leading to a paradox of choice where users find it hard to decide what to focus on.

  2. Hidden footer content: Often, websites place essential links and information in the footer, such as contact details, terms of service, and privacy policies. Infinite scrolling can make accessing these links difficult or impossible if new content keeps loading each time the user nears the bottom of the page.

  3. Poor search engine optimization: Search engines traditionally index web pages with distinct URLs. Infinite scrolling pages can be problematic for search engine optimization (SEO) since they might not allow search engines to crawl effectively and index all the available content. Google recommends a paginated series (component pages) in addition to the infinite scroll to address this issue.

  4. Accessibility issues: Infinite scrolling can be challenging for disabled users, particularly those using screen readers or keyboard navigation. Most accessibility controls on a page appear at the top of the page. However, these controls become ever more inaccessible on a page with infinite scroll. 

  5. Lack of control and data usage: Users have less control over the content they view, as they cannot quickly jump to a specific page or section. For users on limited data plans, infinite scrolling can lead to unexpected data usage, as more content is loaded without explicit user action.

  6. No end-of-content indicator: In some cases, users might not realize when they have reached the end of the available content, leading to confusion or the misconception that the page is not loading more content.

Alternatives to Infinite Scrolling

Before implementing the infinite scrolling pattern to a product, designers should consider different alternatives:

Pagination

Google’s (now discontinued) iconic extended logo to depict paginated search results.

© Google, Fair Use

Pagination is the original solution to split large amounts of data across multiple pages. While it increases the number of clicks or taps needed to navigate, it prevents user fatigue, is SEO friendly, and helps people easily skip ahead or move to the first item in the list.

Infinite Scrolling with Load More Button

A common way to offer more user control with infinite scroll is through the “Load More” button.

Google search results page.

Google search results page displays a “More results” button to load additional content at the end of the page.

© Google, Fair Use

In this video, Senior UX Consultant for the European Parliament and creative lead of Smashing Magazine, Vitaly Friedman, talks about infinite scrolling and compares it with pagination and the load more button. 

Show Hide video transcript
  1. 00:00:00 --> 00:00:32

    What you definitely need to avoid is that people are waiting for infinite scroll to load because if you need to, if your user needs to wait for more than like one second, that's a disaster. If they need to wait for more than 500 seconds problematic. If they need to wait for less than 300 seconds, that's fine. So you can use the infinite scroll if you need to. Right? There are problems with different scroll that people just don't have control about that stream of information that's coming their way. So if you do have infinite scroll, think about changing the URL as they keep scrolling or maybe have a button saying

  2. 00:00:32 --> 00:01:01

    “save and continue later” so they can continue navigating the table with the left off. But then whatever new items get, then dynamically load it in its display, then on top of that new list. So that's messy and a bit complicated. But in general, I would say Influence scroll can work. There are a lot of accessibility issues you need to fix, though it's really not easy to do. It's really not easy to do. It might be better with something like a lot more button,

  3. 00:01:01 --> 00:01:17

    but in terms of exploring and exposing people to items, to products, to content, a lot more does work. Right. I would say the most reliable thing is pagination, but it's again, also the slowest mode of interaction here.

Infinite Scrolling with Integrated Pagination

Infinite scrolling with integrated pagination is a relatively new pattern used by the Google shopping mobile website. Much like infinite scroll, the page continues to load more data at the end of the page. However, the feed also displays page numbers at the locations where the fresh content appears. These page numbers serve as landmarks to help users navigate to specific parts of the page without scrolling back and forth.

Google shopping mobile website.

The Google shopping mobile website uses infinite scrolling with integrated pagination, where users know which “page” they’re on even as the site loads content with every scroll.

© Google, Fair Use

How to Implement Infinite Scrolling: Best Practices

Infinite scrolling has its advantages and challenges. Here are some best practices to implement infinite scrolling to achieve the most benefits:

  1. Provide a loading indicator: Users should be able to tell when more content is loading. A clear loading indicator helps manage expectations and improves the overall user experience.

  2. Allow for bookmarking and sharing: Implement a system that allows users to bookmark or share specific parts of the content. You can implement this by dynamically updating URLs or providing anchor links.

  3. Optimize performance: Ensure that the implementation of infinite scrolling is efficient in terms of memory and data usage. Implement techniques like lazy loading, where content is loaded only when needed (as the user scrolls closer to it), to optimize performance.

  4. Implement a “Load More” button: For better user control, give users the option to click a “Load More” button. This can be particularly useful for users on slower connections or devices.

  5. Accessibility considerations: Make sure that the infinite scrolling feature is accessible, especially for users who rely on screen readers or keyboard navigation. Use appropriate ARIA (Accessible Rich Internet Applications) roles and properties to enhance accessibility.

    BuzzFeed Home Page.

    BuzzFeed implements a “Load More” button and a return-to-top navigation element on the bottom-left of the screen. The website uses a sticky header with all navigation elements and doesn’t have a footer.

    © BuzzFeed, Fair Use

  6. Provide an easy way to navigate to the top: Implement a “Back to Top” button or similar functionality so users can quickly return to the top of the page without having to scroll all the way back.

  7. SEO considerations: For web content, ensure that infinite scrolling doesn't hinder search engine indexing. You might provide a paginated version for search engines or use progressive enhancement techniques.

  8. Manage memory efficiently: Regularly unload off-screen content or use virtual scrolling techniques to manage memory usage effectively and prevent browser slowdowns or crashes.

  9. Indicate the end of content: To avoid confusion, let users know when they have reached the end of the available content.

  10. Test for different devices: Ensure that the infinite scrolling performs well across different devices and screen sizes, taking into account touch interfaces and varying screen resolutions. Use analytics/tracking to measure success.

  11. Consider user preferences: Not all users prefer infinite scrolling, so consider giving them the choice to switch between infinite scrolling and traditional pagination.

  12. Keep the footer accessible: If the footer has important links or information, ensure that users can still access them. You can pause the infinite scroll before the footer or provide a separate navigation menu.

    Mashable Home page.

    Mashable’s website employs infinite scrolling with a footer. Instead of automatically loading more content, the website gives users control with the “Show more” button.

    © Mashable, Fair Use

Learn More about Infinite Scrolling

Watch Vitaly Friedman’s Master Classes on Complex UI Design: Practical Techniques and How to Create Complex Tables Users Love: A UI Designer's Guide to level-up your UI skills.

UX consultant Adrian Roselli offers a handy checklist to determine if your implementation impacts accessibility in So You Think You’ve Built a Good Infinite Scroll.

For more on how to make your infinite scroll implementation accessible, see Mozilla’s documentation on the ARIA: feed role.

Smashing Magazine analyzes the pros and cons of this UI pattern in Infinite Scroll: Let’s Get To The Bottom Of This.

NN Group offers context to the integrated pagination technique in Infinite Scrolling: When to Use It, When to Avoid It.

See Google Search Central’s Infinite scroll search-friendly recommendations.

Questions about Infinite Scrolling

What is the difference between infinite scrolling and pagination?

Infinite scrolling and pagination are two distinct methods to display content on websites, each with unique advantages and considerations.

Infinite Scrolling: This approach automatically loads more content as the user scrolls down the page. It's commonly used on social media platforms like Facebook and Instagram. The key advantage is that it offers a seamless, continuous experience without the need to click to the next page, which can be engaging and keep users on the site longer. However, it can be overwhelming for users looking for specific information and can pose challenges for search engine optimization (SEO). Also, it may hinder accessibility, as it can be difficult for screen readers to navigate.

Pagination: Pagination divides content into discrete pages, requiring users to click to view more items. This method is often used in e-commerce sites and data-oriented sites. It provides a more organized experience, allowing users to estimate the amount of content and navigate directly to specific pages. Pagination is better for SEO, as each page can be indexed separately. However, it might interrupt the user's flow and can be less engaging compared to infinite scrolling.

Each method suits different types of content and user expectations. Infinite scrolling is ideal for discovery-based content where users enjoy browsing (like social media feeds), while pagination is better for goal-oriented tasks where users seek specific items (like online shopping).

Learn more about UI design patterns in the IxDF course UI Design Patterns for Successful Software.

How does infinite scrolling enhance user experience?

Infinite scrolling significantly enhances user experience by offering seamless, uninterrupted browsing, which is particularly effective for content-heavy platforms. When users engage with platforms like social media, news feeds, or image galleries, they benefit from a continuous flow of content without interrupting pagination. This approach simplifies the interaction, as users don't need to click to load new pages.

However, you must balance infinite scrolling with user needs and website goals. If designers don’t implement it correctly, infinite scrolling can lead to issues like loss of orientation, difficulty in finding previously seen content and potential performance issues.

Learn how to design great user experiences. Start with User Experience: The Beginner’s Guide.

What are the drawbacks of infinite scrolling?

While infinite scrolling offers a streamlined and engaging user experience, it presents several drawbacks that designers should consider:

  1. Overwhelming content: Infinite scrolling can lead to information overload, as users are continuously presented with content, making it challenging to absorb and process information effectively.

  2. Navigation and orientation issues: Users may find it difficult to locate previously viewed content or understand how much content remains unseen. This can lead to a loss of control and orientation within the website.

  3. Performance impact: Continuously loading content can impact website performance, especially for users with slower internet connections or limited device memory.

  4. Accessibility concerns: Infinite scrolling can pose challenges for users with disabilities, especially those using screen readers, as it can be difficult to navigate and understand the structure of the content.

  5. Lack of a clear end point: Without a clear end to content, users may not reach important information located at the bottom of the page, like footers or calls to action.

  6. Difficulty in bookmarking: Returning to a specific point in an infinite scroll can be problematic, as the dynamic nature of content loading makes it hard to bookmark or return to a specific location.

  7. Potentially lower engagement: Contrary to its intention, infinite scrolling can sometimes lead to lower engagement, as users might feel overwhelmed and exit the site sooner.

Learn more about UI design patterns in the IxDF course UI Design Patterns for Successful Software.

How does infinite scrolling affect website performance?

Infinite scrolling can significantly affect website performance, with both positive and negative implications:

  1. Resource consumption: As users scroll, more content loads continuously, which can consume significant memory and processing resources. This is particularly impactful on mobile devices or in cases where the user's device has limited capabilities.

  2. Network load: Each new load request consumes bandwidth. If not optimized, this can lead to slower loading times and a degraded user experience, especially on slower internet connections.

  3. Browser performance: Infinite scrolling can lead to a slowdown in browser performance over time. As more content is loaded, the browser must keep all the previous content in the document object model (DOM), which can lead to increased memory usage and slower browser response.

  4. Optimization challenges: Implementing infinite scrolling requires careful optimization to ensure that it doesn't negatively impact the site's performance. You can use techniques like lazy loading (loading content only when it's needed) and virtual scrolling (rendering only a small portion of the content at a time) to mitigate performance issues.

  5. SEO impact: Infinite scrolling can also impact search engine optimization (SEO). Search engines traditionally crawl and index web pages with clear pagination. Infinite scrolling pages might not get fully indexed if not properly set up for SEO.

To learn how to design better web experiences, enroll in the course Web Design for Usability.

Is infinite scrolling suitable for all types of websites?

Infinite scrolling is not suitable for all types of websites. Here are some criteria to determine if infinite scrolling is suitable for a website:

Content type: Infinite scrolling is ideal for websites with a stream of content, like social media feeds or image galleries, where people desire continuous discovery. It's less suitable for content that has structure, like articles or reports, where users might need to find specific information quickly.

User goals: If the primary goal is browsing or exploring without a specific end in mind, infinite scrolling can enhance the experience. However, for task-oriented sites where users seek specific information or perform particular actions, traditional pagination might be more appropriate.

SEO considerations: Infinite scrolling can be challenging for SEO, as content loaded dynamically might not be indexed by search engines. Websites reliant on search engine traffic might prefer pagination.

User navigation and orientation: Infinite scrolling can disorient users who wish to return to a specific point on the page or who want a sense of completion. Websites where bookmarking or returning to a specific point is important might not benefit from infinite scrolling.

Ultimately, the decision to implement infinite scrolling or any other design decision, must be based on sound user research. Learn more in the course User Research – Methods and Best Practices.

Show Hide video transcript
  1. 00:00:00 --> 00:00:33

    When developing a product or service, it is *essential*   to know what problem we are solving for our users. But as designers, we all too easily shift far away from their perspective. Simply put, we forget that *we are not our users*. User research is how we understand what our users *want*, and it helps us design products and services that are *relevant* to people. User research can help you inspire your design,

  2. 00:00:33 --> 00:01:00

    evaluate your solutions and measure your impact by placing people at the center of your design process. And this is why user research should be a *pillar* of any design strategy. This course will teach you *why* you should conduct user research and *how* it can fit into different work processes. You'll learn to understand your target audience's needs and involve your stakeholders.

  3. 00:01:00 --> 00:01:37

    We'll look at the most common research techniques, such as semi-structured interviews and contextual inquiry. And we'll learn how to conduct observational studies to  *really understand what your target users need*. This course will be helpful for you whether  you're just starting out in UX or looking to advance your UX career with additional research techniques. By the end of the course, you'll have an industry-recognized certificate – trusted by leading companies worldwide. More importantly, you'll master *in-demand research skills* that you can start applying to your projects straight away

  4. 00:01:37 --> 00:01:44

    and confidently present your research to clients and employers alike. Are you ready? Let's get started!

How does infinite scrolling impact SEO?

Search Engine Optimization (SEO) is a key component of a brand’s strategy to acquire more users. Infinite scrolling can significantly impact SEO in several ways:

  1. Crawling issues: Traditional SEO relies on search engines being able to crawl through different pages easily. Infinite scrolling presents a challenge because the site loads content dynamically, and search engines might not index content that isn't immediately visible on the initial page load.

  2. Load time and resource usage: Infinite scrolling can increase the load time and resource usage of a page, which can negatively impact the site's SEO. Search engines favor websites that load quickly and are efficient in their use of resources.

  3. Difficulty in indexing content: Since content on infinite scrolling pages is loaded as the user scrolls down, search engines may have difficulty accessing and indexing this content. This can result in lower visibility in search engine results.

  4. Lack of unique URLs for content segments: Infinite scrolling often means there are no unique URLs for different sections of content. This makes it hard for users to share specific content and for search engines to direct users to specific parts of a page.

To mitigate these SEO challenges, designers and developers can implement strategies such as pagination for search engine crawlers, lazy loading, and providing direct links to specific content sections.

How can infinite scrolling be made more accessible?

To make infinite scrolling more accessible, you can use several strategies, such as:

Keyboard navigation: Ensure users can navigate through content using keyboard controls. This includes the ability to scroll using arrow keys and access links or buttons within the infinite scroll area.

Announcements for screen readers: Utilize ARIA (Accessible Rich Internet Applications) roles and properties to announce when new content loads. This helps users who rely on screen readers to understand that more content is available.

Load on demand: Instead of automatically loading new content, consider providing a button to load more items. This gives users control over the content-loading process and is particularly helpful for those with cognitive disabilities who might be overwhelmed by automatic updates.

Performance considerations: Infinite scrolling can consume significant system resources, which might affect users with older hardware or slower internet connections. Implement techniques to optimize performance, like lazy loading images and prioritize content loading.

Positional awareness: Provide indicators or breadcrumbs that help users keep track of their position in the content. This could be as simple as displaying the current number of loaded items or sections.

Easy access to navigation and tools: Ensure that important navigational elements and tools, like search bars and menus, are always accessible and do not get pushed down or lost in the infinite scroll.

For a crash course on accessibility, take the Master Class on Inclusive Design Patterns with Vitaly Friedman.

How can infinite scrolling be optimized for mobile devices?

Here are key strategies to enhance infinite scrolling on mobile:

  1. Performance optimization: Ensure that the loading of content is efficient. Use techniques like lazy loading, where content is loaded only when needed, to minimize data usage and improve speed.

  2. Responsive design: Design the infinite scrolling feature to be fully responsive. This means it should work seamlessly across different screen sizes and orientations to provide a consistent experience.

  3. Touch-friendly UI: Make sure interactive elements are easily tappable. This includes sufficient spacing for touch targets and easy-to-use navigation controls.

  4. Minimize data usage: Optimize images and other media for mobile use to reduce data consumption. Consider offering a 'lite' version of the site or feature for users with limited data plans.

  5. Quick load times: Optimize backend processes to ensure quick load times. Mobile users often have less patience for slow-loading content, and prolonged load times can lead to higher bounce rates.

  6. Battery consumption consideration: Be mindful of battery usage. Heavy scripts and high data load can drain battery life, which can be a significant concern for mobile users.

  7. Clear visual cues and feedback: Provide visual cues or feedback when new content is loading or when the user reaches the end of the content stream.

  8. Accessible design: Ensure that the infinite scroll is accessible to all users, including those using screen readers or other assistive technologies. ARIA (Accessible Rich Internet Applications) roles and properties can be particularly useful here.

  9. Test on multiple devices: Test the infinite scrolling feature on a variety of mobile devices and operating systems to ensure consistent performance and user experience.

  10. Offer user control: Give users the option to pause or opt out of infinite scrolling, especially if the content is data-heavy or if the user is looking for specific information.

Focus on these aspects to create an infinite scrolling experience that is both user-friendly and efficient on mobile devices. For more practical tips and techniques to design for mobile interfaces, see our course, Mobile User Interface (UI) Design.

What are common user frustrations with infinite scrolling?

Infinite scrolling, while popular in certain contexts, can lead to several user frustrations if not implemented thoughtfully. Common user frustrations include:

  1. Loss of control and orientation: Users often feel disoriented as they lose track of their position on the page. Without clear markers, it becomes challenging to find previously seen content or understand how much content is left.

  2. Performance issues: Slow loading times, especially on mobile devices or slower internet connections, can lead to frustration. As more content loads, it can also strain the device's memory, leading to sluggish performance.

  3. Endless content without a clear endpoint: The lack of a clear endpoint can be overwhelming for users who are looking for specific information or like to feel a sense of completion.

  4. Difficulty bookmarking or sharing specific content: Without distinct page breaks or URLs for different sections, users find it challenging to bookmark or share specific parts of the content.

  5. Incompatibility with back button navigation: Often, after clicking on an item and then returning to the infinite scroll, users are taken back to the top of the page instead of where they left off, which can be particularly frustrating.

  6. Accessibility challenges: Infinite scrolling can be difficult for users with disabilities, particularly those using screen readers, as the dynamic loading of content can disrupt the reading flow.

  7. Data and battery consumption: On mobile devices, infinite scrolling can consume more data and drain the battery faster, which can be a concern for users with limited data plans or battery life.

  8. Overwhelming amount of information: Continuous exposure to a stream of content can lead to information overload, making it hard for users to focus on individual items or make decisions.

To mitigate these frustrations, it's important to carefully consider whether infinite scrolling is appropriate for your site's content and audience and, if used, to implement it in a way that addresses these potential pitfalls.

How can infinite scrolling be tested for usability?

Here are key methods to effectively test the usability of infinite scrolling:

  1. User testing: Conduct user testing sessions where participants interact with the infinite scrolling feature. Observe how easily they navigate, find information, and how they react to the loading of new content. Ask for feedback on their experience.

  2. A/B testing: Compare the infinite scrolling version of a page with a paginated version. Metrics such as time spent on the page, engagement rates, and user satisfaction can provide insights into which method is more effective for your audience. In this video, the CEO of Syntagm, William Hudson, gives an overview of A/B testing and how to decide what to test.

    Show Hide video transcript
    1. 00:00:00 --> 00:00:31

      In this clip, we're going to be looking at what  to test in terms of A/B and multivariate testing. So, this is very much around *experimental questions* – what to ask, what to *avoid* asking because they're not very appropriate questions for A/B testing and then, finally, a few more advanced or complex questions that you might consider.

    2. 00:00:31 --> 00:01:01

      And the whole issue of experimental design is quite a complex one, and we're not going to go into the theory behind that. We're really going to be focusing on the practicality. So, if you are interested in the theory in a little bit of a broader discussion of the whole topic of designing with data, there is a good book of that title by Rochelle King, Elizabeth Churchill and Caitlin Tan, which I thoroughly recommend if you do have a hankering for

    3. 00:01:01 --> 00:01:34

      some of the broader background and how this all fits into the overall user experience process. A/B testing is all about *changes in behavior*; we present people with alternative designs and we look to see how much that alters their subsequent response. So, in a simple A/B case, we show them Design A,  we show them Design B. And we measure typically a completion goal, which a lot of subject areas in user experience would refer to as *conversions*.

    4. 00:01:34 --> 00:02:00

      So, signing up to a newsletter, adding an item to a shopping basket, making a donation to a charity – these are all things that are important to their respective organizations and typically for the interactive technology that we're working on – so, websites and apps, for example; so, these are the things often that we're measuring, but they're not the only things that we can measure. We can measure really straightforward stuff

    5. 00:02:00 --> 00:02:31

      like time spent on page, time spent in the site and also bounce rates, for example – we'll be looking at some of those a bit later on. Just a reminder that because A/B testing is done very late in the day with live sites and large numbers of users, you really want to make sure that your solution is sound before you get this far. You're not going to be able to test everything that is possibly worrying you or possibly causing problems to users; it's just

    6. 00:02:31 --> 00:03:00

      too long, involved and potentially expensive in  terms of user loyalty and also the amount of   effort you'd have to put into it. So, we are looking  at using A/B testing and multivariate testing to basically polish a solution rather than to rework it. Bear that in mind and make sure that you've done adequate testing up to this point – so, some of the early-design methods I've talked about in the past and straightforward usability testing –

    7. 00:03:00 --> 00:03:31

      before you actually get as far as shipping a new project into live use. Also bear in mind that A/B testing tends to be focused on individual pages. It is possible to have multi-page tests, but it's a more complex area than we're going to be looking at in this lesson. So, experiments have research questions. They're basically the things that you're trying to answer. And because A/B testing  focuses on changes in behavior, the research questions are going to be centered on defined goals and – as I've mentioned already –

    8. 00:03:31 --> 00:04:03

      typically *conversions*; so: Will, as an example, moving the Add button above the fold improve sales conversions? I would imagine it would. Actually, this is something  I always find people are making the mistake of getting too talkative on the first screen of the page, and the actual Buy This or Add to Basket button gets pushed further and further down  until users actually don't even see it. Will a more clearly worded charitable purpose increase donations?

    9. 00:04:03 --> 00:04:32

      So, if people have a better understanding of what your charity is about or where this money is going, would that improve conversions for those users? So, both of these can be A/B tested by  using goals that you almost certainly have already defined in your analytics solution. So, these are very good candidates for A/B and multivariate testing. But I'll give you some examples of bad  questions too. So, obviously, I will repeat the words "Don't ask this."

    10. 00:04:32 --> 00:05:00

      when I've mentioned them because they're not meant as examples that you should be taking away. Conversely, research questions that are  not directly related to improved goal completions tend not to be suitable for A/B testing. And a kind of vague question like"Will better product photos reduce questions to customer service?" – don't ask this – is the sort of thing that you simply cannot effectively test in A/B testing.

    11. 00:05:00 --> 00:05:30

      And the reason is that there are all kinds of channels to customer service and only some of them are through the website and only some of them can be effectively measured as goals, so  it's just not a suitable scenario for A/B testing.  There is a related question you could ask,  though, which might be just as good – although   not exactly equivalent – and that would be: " Will  better product photos improve sales conversions?" because if it reduces queries to customer  service, it's almost certain that people are  

    12. 00:05:30 --> 00:06:04

      going to be much more confident about placing  orders, adding those things to their basket. So, that is a very easily measured outcome in  terms of A/B testing and that is the kind of question that A/B testing is very good at. So, simply *rewording* or *rethinking* the question in terms of defined user and business goals is  one way of getting to a satisfactory conclusion even if you have a slightly squiffy question  to start with. Another bad example would be a question that doesn't address a specific *design idea*.

    13. 00:06:04 --> 00:06:31

      So, so far we've been talking about design A, design B and which of those is better; but if you're going to ask very vague questions like: "Will shortening the sign-up process  improve user satisfaction?" there is no good answer to that because there are lots of different ways  of shortening the sign-up process. So, you need to actually come up with those and then ask much more  detailed questions of each of those.

    14. 00:06:31 --> 00:07:03

      So, maybe an A/B/C test, that kind of thing, but the basic research question "Will shortening the design process?" is at the wrong kind of level. It needs to be made much more specific. And it's because it doesn't refer to any *specific design proposals* and we're also talking about *user satisfaction* in this particular case. So, again, it's not something  that can be easily measured on a website. You might have a simple user satisfaction question somewhere  in the whole process or at the end of the process,

    15. 00:07:03 --> 00:07:32

      but – chances are – to effectively measure user  satisfaction, you'll want to have a more elaborate   set of questions and possibly even using a Likert  scale, and therefore that then becomes probably too complicated for A/B testing. You can have more complex questions, and there are much fancier things you can do with most of these A/B testing solutions like deciding to provide different content based on different audiences

    16. 00:07:32 --> 00:08:01

      or providing different content to different audiences, but we're not really going to go into that. However, just to give you an idea, we don't have to be limited to A/B testing. We can have A/B/C, A/B/C/D, etc. The more the merrier, as it were, but A/B testing is often all that we need in many cases. *Multivariate testing*, of course, allows us to have various permutations on particular sections within a page.

    17. 00:08:01 --> 00:08:35

      So, that's a possibility. We can also have multi-page tests. It's something that we're not going to be talking very much about here – that's a possibility. We can even try testing  navigation to an extent. But one of the really easy options is to try different content for different kinds of users. And the sorts of user attributes that are available are *general demographics*. Google often has an idea of where your user is based, what their approximate age or  gender is, that kind of thing.

    18. 00:08:35 --> 00:09:01

      So, those all count as demographics. Google might even have some idea of your users' interests. If they've got social media accounts and haven't done anything to prevent Google finding out, Google will try very hard to put all this information together. Do they have different *behavior*? And the biggest issue there or one of the biggest issues there is are they a first-time user, a new user, to this site or are they a returning user?

    19. 00:09:01 --> 00:09:30

      And the issue of new versus returning users may well be important for a specific design because you're trying to encourage new users to find new features or perhaps to get over identified complexities that your existing users have conquered but new users are still struggling with. So, we also have *checkout value*. That's how much money people are spending on checkout. And that's often defined as an analytics goal.

    20. 00:09:30 --> 00:10:01

      So, you may well be able to use that within your A/B or multivariate tests. And even *acquisition sources*, if that's interesting to you; things like: Did these people come from  social media? Or have they come from Google search or   have they come from other sources? So, those are all things that are easily possible, most of which we're not going to be looking at in detail, but they're all very straightforward. And if you have any big questions on those topics,

    21. 00:10:01 --> 00:10:11

      going and having a look at Google Analytics is probably the best thing to do because that's where all of these variations are defined.

  3. Scroll depth tracking: Use analytics tools to measure how far users scroll down on your pages. This data helps determine if users are engaging with content at the bottom of the page or if they are dropping off at a certain point.

  4. Performance testing: Monitor the site's performance, especially load times and responsiveness, as new content loads. Ensure that the site remains fast and responsive as more content gets loaded.

  5. Accessibility testing: Ensure that the infinite scrolling is accessible, especially for users with disabilities. Test with screen readers and other assistive technologies to ensure that all users can navigate and understand the content effectively.

  6. Load time analysis: Evaluate how the implementation of infinite scrolling affects the load time of your pages. Longer load times can negatively impact usability and user satisfaction.

  7. Feedback mechanisms: Implement feedback mechanisms, such as surveys or comment sections, to gather direct user feedback about their experience with infinite scrolling on your site.

  8. Heatmap analysis: Use heatmap tools to see where users are clicking and how they are interacting with your infinite scroll. This can reveal user behavior patterns and preferences.

Remember, the goal of usability testing for infinite scrolling is to ensure that it provides a smooth, enjoyable, and intuitive user experience that aligns with the goals of your website.

Learn more about usability testing in this comprehensive course dedicated to Conducting Usability Testing

Show Hide video transcript
  1. 00:00:00 --> 00:00:31

    When you create something, you design something,  you need to know if it works for your users. And you need to get that design in front of them. And the only way that you can make sure that it meets their expectations is to have them actually *play with it*. Usability testing is *the number one* technique for determining how usable your product is. We want to see how *successful* our users are, see if they're on the right track and if we're getting the reactions that we *want* from a design.

  2. 00:00:31 --> 00:01:04

    'Ah... I'm not really sure what the users will think!'  *Better test it.* 'Uh... too much fighting with our team internally over what to do!' *Better test it!* Usability testing helps you check in with your user expectations. And it's a way of you making  sure that you're not just stuck in your own ideas about a design and actually bringing in an  end-user from the outside to get some *more clarity and focus*. And the reason why this class is going to  help you is you'll benefit from the 15 years of my

  3. 00:01:04 --> 00:01:32

    personal experience and *hundreds and hundreds of  usability tests* that I've conducted over the years. We're going to start from the very beginning of  *how to create a test plan and recruit participants*, and then go into *moderation skills, tips and techniques*. You'll also learn *how to report on tests* so you can take that data and represent it in a way that makes sense, you can communicate to your team and learn how to *change your design based on the data that you get from usability tests*,

  4. 00:01:32 --> 00:01:36

    most importantly. I hope you can join me on this class. I look forward to working with you!

Can infinite scrolling be combined with other navigation methods?

Yes, infinite scrolling can be combined with other navigation methods to create a more user-friendly and effective web experience. This hybrid approach caters to different user needs and preferences and can also address some of the challenges associated with infinite scrolling. Here are a few ways to combine infinite scrolling with other navigation techniques:

  1. Search functionality: A robust search feature allows users to quickly find specific content without relying solely on scrolling. This is particularly useful for content-rich sites.

  2. Jump-to links: Provide links or menus that allow users to jump to different sections of the site; this can improve navigability, especially on long pages with infinite scrolling.

  3. Back-to-top buttons: Include a "back to top" button to help users quickly return to the top of the page, which is convenient in an infinitely scrolling page.

  4. Pagination at breakpoints: Implement pagination or "load more" buttons after a certain point in the scrolling to give users control over content loading, thereby improving performance and usability.

  5. Sticky navigation and menus: Use sticky menus that remain visible as the user scrolls to help with orientation and provide easy access to other parts of the site.

  6. Breadcrumbs and progress indicators: Breadcrumbs and progress indicators give users a sense of location and progress within the site, which can be particularly useful in infinite scrolling contexts to prevent disorientation.

When you combine infinite scrolling with these navigation methods, you can create more engaging and user-friendly websites, especially for platforms where both browsing and specific content discovery are important. Learn more about these UI design patterns in the IxDF course, UI Design Patterns for Successful Software.

What are some highly cited scientific research about infinite scrolling?
  1. Fessenden, T. (2018, April 15). Scrolling and Attention. Nielsen Norman Group.
    This eye tracking study tests old recommendations to keep important content above the fold in the era of long-form content and infinite scrolling.

  2. Montag, C., Lachmann, B., Herrlich, M., & Zweig, K. (2019). Addictive Features of Social Media/Messenger Platforms and Freemium Games against the Background of Psychological and Economic Theories. International Journal of Environmental Research and Public Health, 16(14).
    This research identifies six elements of addictive smartphone applications. These elements include psychological/economic theories as well as UI decisions, including infinite scrolling.

What are some recommended books that cover infinite scrolling well?

Answer a Short Quiz to Earn a Gift

Question 1

What is the main purpose of infinite scrolling?

1 point towards your gift

Literature on Infinite Scrolling

Here's the entire UX literature on Infinite Scrolling by the Interaction Design Foundation, collated in one place:

Learn more about Infinite Scrolling

Take a deep dive into Infinite Scrolling with our course Mobile UI Design .

In the “Build Your Portfolio” project, you’ll find a series of practical exercises that will give you first-hand experience of the methods we cover. You will build on your project in each lesson so once you have completed the course you will have a thorough case study for your portfolio.

Mobile User Experience Design: UI Design is built on evidence-based research and practice. Your expert facilitator is Frank Spillers, CEO of ExperienceDynamics.com, author, speaker and internationally respected Senior Usability practitioner.

All open-source articles on Infinite Scrolling

Please check the value and try again.

Open Access—Link to us!

We believe in Open Access and the democratization of knowledge. Unfortunately, world-class educational materials such as this page are normally hidden behind paywalls or in expensive textbooks.

If you want this to change, , link to us, or join us to help us democratize design knowledge!

Privacy Settings
By using this site, you accept our Cookie Policy and Terms of Use.

Share Knowledge, Get Respect!

Share on:

or copy link

Cite according to academic standards

Simply copy and paste the text below into your bibliographic reference list, onto your blog, or anywhere else. You can also just hyperlink to this page.

Interaction Design Foundation - IxDF. (2023, December 28). What is Infinite Scrolling?. Interaction Design Foundation - IxDF.

New to UX Design? We're Giving You a Free eBook!

The Basics of User Experience Design

Download our free ebook “The Basics of User Experience Design” to learn about core concepts of UX design.

In 9 chapters, we'll cover: conducting user interviews, design thinking, interaction design, mobile UX design, usability, UX research, and many more!

A valid email address is required.
315,784 designers enjoy our newsletter—sure you don't want to receive it?