darsain / sly

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

Mouse wheel scrolling on smart mode #217

Closed luscarpa closed 9 years ago

luscarpa commented 9 years ago

Is there a way to enable scrolling on item-based navigation?

darsain commented 9 years ago

Scrolling does work on item based navigation. It's enabled by scrollBy option. This option means different things for different navigation types, so make sure to actually read the docs.

luscarpa commented 9 years ago

I have read it, but it doesn't work, for example in your vertical demo that has scrollBy:1, the mouse scroll not works.

http://darsa.in/sly/examples/vertical.html

luscarpa commented 9 years ago

I found the problem, I miss the setting "scrollTrap"