📜 ⬆️ ⬇️

New life old pagination

When you are engaged in designing, already in the "autopilot" mode you notice not only interesting pieces, but also roughness in the interaction, things that I would like to fix on some sites. One of these things is pagination (let's call it that) or ways to feed and search for content on the site.

I have always been strained by the need to search for the next page when searching for something. I wanted to somehow easier to view the information, not to be distracted by the extra gestures.

If you also want to "somehow easier" - then you are here. In the article I want to talk about the new, invented, kind of pagination. To make it clear where the legs grow, with the introductory part of the comin a small story about the two most common types of content display. Their advantages and disadvantages. Then go to the bottom.

Endless scrolling


allows you to view the stream of content as a whole, without a visible finish line.
')


Advantages:


Disadvantages:

Classic pagination


a mechanism that divides content into separate pages.



Advantages:


Disadvantages:


Newly Invented Pagination


After analyzing the advantages and disadvantages of the two top species, she invented the third, which includes the advantages and turns off the shortcomings of the first two.



I hope everything is clear in the picture, but just in case, I give a step-by-step recipe of the dish:

  1. We take pagination and “glue” it to the right edge of the site;
  2. We fix. When scrolling through the pages, the pagination remains, and the pages change. Alternatively, you can "glue" at the bottom of the screen.

Arrows down / up - the beginning / end of the page;
Height, width, appearance - to your taste. If there are many pages - again we use the classic pagination technique: 1 2 3 4 5 ... 10

Thus, we do not pull the user out of the information search flow, reduce the load, give control over the situation and location, show how many pages are found and already viewed, enable a quick transition to the beginning (end) of the list.

No magic, it's simple. But for some reason on the sites I did not see such a method.

In order not to fly in the clouds and check in battle, the new pagination was tested on users (4 people) when designing the online store product catalog.
When testing, users understood what this thing was and what it was for, switched / returned to the pages, knew where they were and how many pages were ahead.

My mini-testing did not find any problems with the element, therefore, I consider this a viable solution that will make life easier when searching (viewing) the site content and will not force the user to perform unnecessary actions.

If you find serious flaws, or, for some reason, this interface element seems uncomfortable to you, I will be glad to hear your opinion.

ps when writing an article was used material and images from this article

Source: https://habr.com/ru/post/344136/


All Articles