Infinite Scroll automatically loads more content as you scroll to the bottom of a page, creating an endless feed. No "Load More" button or pagination—new content appears seamlessly. Great for discovery-focused interfaces (social feeds, image galleries), terrible for goal-oriented tasks (search results, product catalogs).
Use infinite scroll for content discovery where users browse without a specific goal: social feeds, image galleries, news feeds, video platforms. Perfect for mobile where tapping "Next Page" is annoying. Don't use for search results, e-commerce (users lose their place), or when users need to reach the footer. Combine with "Back to Top" button and state preservation (remember scroll position on back).
Interaction Patterns
Endless content loading—scroll to bottom, automatically fetch more