Syntax

Scroll Snap Stop

Setting whether scroll container is pass over snap positions.

🚧This page is still under construction and some content may not be complete.

Overview

ClassDeclarations
scroll-snap-stop:valuescroll-snap-stop: value;
scroll-snap-stop:alwaysscroll-snap-stop: always;
scroll-snap-stop:normalscroll-snap-stop: normal;

Conditionally apply

Apply styles based on different states using selectors and conditional queries.

<div class="scroll-snap-stop:always:hover scroll-snap-stop:always@sm scroll-snap-stop:always@dark scroll-snap-stop:always@print"></div>
Syntax
Scroll Snap Align

Setting the scroll snap position.

Syntax
Scroll Snap Type

Setting how strictly snap points are enforced on the scroll container.

© Aoyue Design LLC.