CSS Snap Scroll

What is Snap Scroll?

Scroll Snap in CSS allows web developers to fix the screen to a specific point.

Uses of CSS Snap Scroll

Snap Scroll offers web designers a way to convey information to their users in a cinematic way. It can be used for creating sites such as portfolios, galleries, and timelines.
Snap Scroll may be used in different directions
Vertically
1
2
3
4
Horizontally
1
2
3
4
Or both Horizontally and Vertically (and even diagonally with a trackpad)
1
2
3
4
5
6
7
8
9