scroll-snap-type
Heads up: It doesn't look like your browser supports scroll snapping! Check Can I use for current browser support. Maybe try opening this CodePen in a different browser, like Chrome?
On all examples, scroll slowly to "feel" the snap points.
scroll-snap-type: x mandatory;
scroll-snap-type: y mandatory;
scroll-snap-type: both mandatory;
scroll-snap-type: x proximity;
scroll-snap-type: y proximity;
scroll-snap-type: both proximity;
No comments