-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Scroll Snapping not working #12
Comments
Hi @Rosinida thank you for your feedback, can you provide a live demo (ideally on codepen or codesandbox) ? |
Hi @clementroche sure, just made a very simple codepen demo for you. – hope this helps! |
Hi @clementroche. |
What do you mean by minimum scroll distance ? You mean emulate CSS scroll snap ? |
Yes. I would like to say: Each scroll should get the same scroll distance (for example 100vh) |
Any update on this? I'm facing the same issue - Lenis smooth scroll and CSS snap scroll doesn't work together very well. |
It seems like the solution would be to emulate scroll snapping using JavaScript and that's something we want to avoid. So for the moment i would advice you to not use Lenis if you need CSS snap scroll. |
Thanks for the update. |
Investigating: setting the wrapper and the content it will scroll but not interpolating with css easing of the snap. EDIT: Solving this to me is like solving and improving accessibility of those king of scroll hijacking where you have to wait before triggering another scroll. what a dream :D |
So stoked to see this library... Really like the approach. Scroll Snap is certainly something we need a lot. Would you be open to a PR trying to implement this? Or is this just a "hard no" that you don't want us to even try? |
Of course we're open to a PR ! |
Noting a possible solution to consider https://github.com/ocsal/scroll-snap |
Hi @drewbaker, Here is a PR for scroll snapping. It emulates scroll snapping by using JavaScript. |
Hey you can try https://github.com/funkhaus/lenis-scroll-snap |
Is this available for react wrapper. if so how do we use it? Thank you so much. |
it should, react-lenis gives you the lenis instance as ref or using useLenis so you just need to plug it then. |
It would be greatly appreciated if somebody could include a sandbox for this. 🙏 |
hey @Rosinida you can try lenis/snap |
Hi, i tried to add scroll-snapping to my HTML and it worked!
But sadly there is an issue while using
scroll-snap-align: start;
It always jumps without animation to my next section.
https://css-tricks.com/practical-css-scroll-snapping/#aa-example-3-vertical-full-screen
Can you fix that?
(Love your code!)
Thanks Robin
The text was updated successfully, but these errors were encountered: