1000ship / react-scroll-motion

🎞 Easy to make scroll animation
https://1000ship.github.io/react-scroll-motion
MIT License
422 stars 47 forks source link

CSS Snapping? #10

Closed iccowan closed 2 years ago

iccowan commented 2 years ago

I noticed that it appears a scroll-snap-align attribute is being assigned to each ScrollPage, but I can't seem to figure out how to get snapping to work. Is there some extra CSS that should be added? If not, is there any way this could be easily added (maybe an option to turn it on or off)? Thank you!

iccowan commented 2 years ago

Actually, I couldn't figure this out so I went ahead and implemented a solution that works directly with the package (see #11).

1000ship commented 2 years ago

I checked your PR, Thanks! :)