We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For either performance or just different event processing reasons, my touchpad side scroll is not nearly as fast on firefox as it is on chrome
The text was updated successfully, but these errors were encountered:
The deltaMode==1 slowed it down a lot on firefox, I adopted a method similar to https://github.com/basilfx/normalize-wheel/blob/master/src/normalizeWheel.js which just multiplies the delta value by a "line height"
Refs https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaMode w3c/uievents#181
d015048
Sorry, something went wrong.
No branches or pull requests
For either performance or just different event processing reasons, my touchpad side scroll is not nearly as fast on firefox as it is on chrome
The text was updated successfully, but these errors were encountered: