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
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Hi Developers, first of all, thanks a lot for the normalizeWheel function, it is really helpful to tackle the mess-up of the way how web is handling scrolls. I would like to point out that in Firefox (somewhat latest version) of Windows 10, the scroll is too fast when scrolled using mouse. The event generated using normalizeWheel is giving a pixelY of 600 for firefox, which is way too much. But for Chrome, it's giving just 100 - which looks very normal.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Developers, first of all, thanks a lot for the
normalizeWheel
function, it is really helpful to tackle the mess-up of the way how web is handling scrolls. I would like to point out that in Firefox (somewhat latest version) of Windows 10, the scroll is too fast when scrolled using mouse. The event generated usingnormalizeWheel
is giving a pixelY of 600 for firefox, which is way too much. But for Chrome, it's giving just 100 - which looks very normal.The text was updated successfully, but these errors were encountered: