- 101 UX Principles
- Will Grant
- 225字
- 2021-07-16 18:02:40
Chapter #18. If Your Content Has a Beginning, Middle, and End, Use Pagination
Continuing from #17, Use "Infinite Scroll" For Feed–Style Content Only a paginated, multi-page list may seem "old school" but it has a few major benefits:
- It's goal-oriented, so the user is trying to find the item they need in a list and pagination feels intuitive, instead of that they are searching through an endless list
- It remembers the user's position and displays the current page to them
- It conveys a beginning, middle and end to the content
- Users can use the scroll bar to navigate the page and they can reach the footer if they need to
If the user sees that there are "9,999 pages", then they can make the choice to use a search, sort, or filter control. They can't make that choice if they have no idea how many pages there may b:

A great paginator
Show the user the current page, some pages before and after it, and the lowest and highest pages in the range. Adding "next" and "previous" buttons feels unnecessary.
Given all of this, users won't find it easy to search through very long lists: it's just too cognitively arduous. A search, sort or filter control should be considered mandatory on lists of more than a few pages.
推薦閱讀
- 新媒體跨界交互設計
- 用“芯”探核:龍芯派開發實戰
- 電腦組裝與維修從入門到精通(第2版)
- 單片機原理及應用系統設計
- micro:bit魔法修煉之Mpython初體驗
- Artificial Intelligence Business:How you can profit from AI
- OUYA Game Development by Example
- Apple Motion 5 Cookbook
- BeagleBone Robotic Projects
- VMware Workstation:No Experience Necessary
- 微型計算機系統原理及應用:國產龍芯處理器的軟件和硬件集成(基礎篇)
- 單片機開發與典型工程項目實例詳解
- The Artificial Intelligence Infrastructure Workshop
- Arduino項目開發:智能生活
- Building Machine Learning Systems with Python