Javascript (jQuery) Touch / Swipe Scroll / Accelerate Vertical Carousel

I looked around for a while and found one or two vertical carousels with a carriage, but not with acceleration.

In principle, 10 objects speak on a vertical carousel. If the user drags up and down, he must roll objects at the speed of a finger. If the user quickly performs a search, he must quickly go through the elements.

Consider scrolling through a page on any touch device. I would like it to be exactly the same as acceleration, but instead of a page it is a round vertical carousel. Imagine a slot machine, but you can scroll objects with your finger.

Does anyone know of a plugin that does this? If not, how would I do it myself (I am currently using hammer.js for touch events, but this is at an early stage of my project and if there is a better light touch event library that I could switch).

Thank.

+3
source share
1 answer

iScroll is the right decision, as Yuri Barbashov said.

0
source

All Articles