darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

FR: Option for item-based navigation to scroll/drag exactly to 1 step #239

Open alexeych opened 8 years ago

alexeych commented 8 years ago

I try to use Sly for full page item-based navigation, similar to "page piling" (popular pattern so far). The problem is that one average mouse-wheel action scrolls at once up to 4 items. I've played with options, but didn't find any to throttle the number of items scrolled per one mouse wheel scroll.

ghost commented 8 years ago

I'm looking for a solution to this issue as well, but specifically for the trackpad or Apple mouse. I noticed http://fantasy.co/ has solved this issue in their implementation.

alexeych commented 8 years ago

Also an option is how Lethargy addresses that issue http://blog.danyll.com/lethargy-tackling-inertial-scroll/