Skip to content

ChiaraLyn/CSS-Scroll-Snap-Effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS Scroll Snap Effect

I've realized a scroll snapping effect 💥 using the scroll-snap-type property on the container and the scroll-snap-align property on elements inside it. I've used JavaScript classes to manage the snapping content.

Take a look here, a wonderful article by Max Kohler: Practical CSS Scroll Snapping.

Hope it can help!:relieved::green_heart: