Уровень 0 · материалов: 3
В кластер входят документы, критикующие механизм бесконечной прокрутки страниц в пользу систем пагинации или кнопок загрузки контента.
Общие признаки: недостатки бесконечной прокрутки, сравнение с пагинацией, проблемы юзабилити, навигация по веб-страницам
Группа выше: Тёмные паттерны и манипулятивный дизайн
Смысл: The main idea is that infinite scrolling is often overused and inappropriate for most website types. The author argues that it strips users of control, destroys page anatomy (the footer), and hinders navigation in content-heavy sites, suggesting that intentional triggers like 'Load More' or traditional pagination are superior alternatives.
Infinite scrolling should be reserved for timelines and feeds because it disrupts user control, hides footers, and makes finding specific content difficult.
Смысл: The main idea is that infinite scroll, while simplifying content consumption and reducing server load, introduces significant usability and performance problems that often outweigh its benefits compared to traditional pagination.
A critical examination of infinite scroll interfaces, weighing their convenience and speed against severe usability flaws like lost scroll positions and inaccessible footers.
Смысл: The main idea is that the creator of CSS proposes replacing continuous scrolling with a paged navigation system to improve layout consistency and printing, despite potential drawbacks in user experience and information retrieval.
CSS creator Håkon Wium Lie proposes replacing browser scrollbars with a paged, slide-like navigation system to fix layout shifts and printing issues.