scroll-snap-stop

Determines whether a scroll container is allowed to 'skip' snap points when the user is scrolling quickly. Setting it to 'always' forces the scroll to stop at every single item.

Quick example

.carousel-item {
  /* Forces the user to stop at this item even if they flick the scrollbar quickly */
  scroll-snap-stop: always;
}

Quick facts

Initial value
normal
Inherited
No
Applies to
all elements
Animation type
discrete

Values

normalalways

scroll-snap-stop Browser Support

Widely available Since 2020 95% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2020.

Safe to use without fallbacks.

75+
103+
15+
79+
ESC