-
Notifications
You must be signed in to change notification settings - Fork 47
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
Slow scrolling desktop mouse events marked as inertial #14
Comments
Hi @renarsvilnis thank you very much for sharing your experience. I am not sure I understand you 100%, so I'll provide multiple responses, let me know if I hit the mark with any of them.
|
@d4nyll If I scroll with force on my mousewheel it gets scrolled in opposite direction which is something you can see on the right half of this image. On trackpad its working fine (left half). Any suggestion on how to improve it? |
Hi, I came across an issue when using default settings and desktop mouse. If I scroll slowly on with mouse wheel, these events are marked as inertial.
Even if I switch scroll direction to opposite, it continues to be detected as inertial (
lethargy.check(ev) === false
).p.s.
I'm using a modified version of the jsfiddle demo from
README.md
. I added lethargy with default settings and differentiate inertial events by coloring them red and normal events as gray.The text was updated successfully, but these errors were encountered: