cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

Scrolling with mouswheel/keybinding doesn't set myScroll.moved to true. #1158

Open KilianPauwels opened 7 years ago

KilianPauwels commented 7 years ago

As the title says, I'm trying to make a carousel that autoscrolls but only when the users aren't scrolling by themselves. If I use the mouse to scroll this works perfectly but with keybindings and mousewheel it doesn't. Is this intentional?