-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
scrollTo blocks scrolling on Safari #218
Comments
please provide a codesandbox |
The bug is only reproduced in preview in Safari.Maybe some refreshes required to reproduce.
edit: update codesandbox link |
Which version of Safari are you using ? It works for me using 16.4. |
My Safari version is 16.6, but I've also encountered it in previous versions. You can try to check it here; a few reloads may be required. Additionally, there is a Here is a video where I attempt to scroll, but it appears to be "locked": Screen.Recording.2023-08-29.at.13.23.00.mov |
@VladDigitalOriginal are you trying to scroll during the scrollTo animation ? |
@clementroche yes |
maybe related https://github.com/studio-freight/lenis/issues/103 |
I had the same issue as #103 and |
i can't reproduce, i'm closing this. |
I'm using scrollTo with duration: 8, for some smooth animation, based on scroll. I've tried to configure it
lenis.scrollTo(initialPosition, { duration: 8, lock: false, force: false })
, but it still blocks scrolling on SafariThe text was updated successfully, but these errors were encountered: