You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: