Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling is buggy if using less than 700 animation Speed #281

Open
devasaur opened this issue Oct 12, 2015 · 3 comments
Open

Scrolling is buggy if using less than 700 animation Speed #281

devasaur opened this issue Oct 12, 2015 · 3 comments

Comments

@devasaur
Copy link

I've noticed that the plugin behaves differently (tested in Chrome and Safari) if you try to set easing to "500" as the animation Speed with a smooth scrolling enabled mouse or touchpad.

With "500" defined and all other settings at default, the page will scroll two sections instead of one with each swipe of my Apple Mouse or trackpad (if I barely flick the mouse, it will scroll just one - but most of the time it is picking it up as two swipes). The issue disappears if I set it back to 700, but for my current project that just isn't going to work.

After testing various custom settings, it appears that any animation time less than the default 700 results in this behavior.

@subhog
Copy link

subhog commented Dec 21, 2015

Noticed that as well, and it's a huge problem.

@petermakowski
Copy link

It's the inertia on trackpads causing the issue. There is a workaround for this, you have to edit quietPeriod on line 92 in the plugin, set it to something around 1000 and that should do the trick.

@h1ghland3r
Copy link

@petermakowski Thanks for your tip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants