cssiosmobileuiscrollview

How to create a fluent pagination for mobile devices on a responsive web site


I want users of my web site to use pagination on their mobile devices, like for example UIScrollView with paging enabled in iOS. Still the website should also be viewable on desktops.

So far, I tried Foundation's orbit, but that just doesn't feel fluent at all (when you release your finger, it performs the sliding a little delayed).

Is there any good alternative on how to get this done? If possible I would like the user to even slide vertically as well as horizontally.


Solution

  • Maybe Swipe.js is the thing you looking for.