My goal is to make pagination easily accessible on mobile devices for users of my website, similar to UIScrollView with paging enabled in iOS. However, it's important that the website remains functional and visually appealing on desktops as well.
I have experimented with Foundation's orbit tool, but I found that it lacked smoothness (there was a slight delay when releasing your finger).
Are there any alternative solutions that would achieve this effect seamlessly? Ideally, I would like users to be able to scroll both vertically and horizontally.