-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Different scroll speed on different browsers #131
Comments
Which version of the lib are you using? Since v1 a https://github.com/studio-freight/lenis/blob/main/README-v1.md#instance-settings |
I'm using the latest 1.0.0-dev.8. The |
Are you using a trackpad or an actual mouse ? |
Using a mouse each wheel is currently 100 |
@clementroche I'm on version Maybe it's a regression? I thought it really was fixed in an earlier version. 🤔 |
Yes it has been fixed in the past @thasmo. |
@clementroche, nevermind - I'm not sure where I was looking at, but so far it seems to work fine with |
It seems, that the mentioned scroll behavior appears when we are using |
Currently normalize wheel across browsers and OS seems impossible, everyone is using a different scroll device or configuration and it's impossible to detect such things |
I still get this issue, even on your page (https://lenis.studiofreight.com/). Chrome scrolls further than Firefox. I get that it's nearly impossible to normalize this across all browser but from a library that headlines with Normalize all your User Inputs I actually expected this to work… As I understand there is currently no way to normalize this? |
@sandrodunkel it's open source, if you find a solution I would be super happy to just merge your PR |
Describe the bug
While working with the library, I noticed that the scroll speed is very different across browsers. On Chrome the scroll is way slower than the scroll on Firefox. I was able to reproduce this issue in linux, mac and windows.
To Reproduce
You can reproduce it in the official demo. While scrolling with the same speed you can see that on Firefox you will scroll way faster than on Chrome.
The text was updated successfully, but these errors were encountered: