scroll-snap-type - CSS: Cascading Style Sheets | MDN

PHOTO EMBED

Wed Apr 13 2022 21:38:54 GMT+0000 (Coordinated Universal Time)

Saved by @RaceWalker

/* Keyword values */
scroll-snap-type: none;
scroll-snap-type: x;
scroll-snap-type: y;
scroll-snap-type: block;
scroll-snap-type: inline;
scroll-snap-type: both;

/* Optional mandatory | proximity*/
scroll-snap-type: x mandatory;
scroll-snap-type: y proximity;
scroll-snap-type: both mandatory;

/* etc */

/* Global values */
scroll-snap-type: inherit;
scroll-snap-type: initial;
scroll-snap-type: revert;
scroll-snap-type: revert-layer;
scroll-snap-type: unset;
content_copyCOPY

https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type