CSS scroll-snap-destination Property Reference

The CSS scroll-snap-destination property is a obsolete property in CSS Scroll Snap. Review its formal syntax, computed behavior, and practical declarations.

CSS scroll-snap-destination Property Reference

The CSS scroll-snap-destination property is a obsolete property in CSS Scroll Snap. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

scroll-snap-destination overview

The CSS scroll-snap-destination property is a obsolete property in CSS Scroll Snap. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

scroll-snap-destination formal syntax
FieldValue
Formal syntax<position>
Initial value0px 0px
Applies toscrollContainers
InheritedNo
PercentagesrelativeToScrollContainerPaddingBoxAxis
Computed valueasSpecifiedRelativeToAbsoluteLengths
Animation typeposition
Mediainteractive
Specification groupCSS Scroll Snap
StatusObsolete

Practical examples

These declarations demonstrate valid ways to set scroll-snap-destination. The initial and inherit global keywords remain available even when a property-specific value is preferable.

scroll-snap-destination live example
CSS .reset-example { scroll-snap-destination: initial; } .inherit-example { scroll-snap-destination: inherit; } @supports (scroll-snap-destination: initial) { .supported { scroll-snap-destination: initial; } }

Description

The CSS scroll-snap-destination property is a obsolete property in CSS Scroll Snap. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: scroll-snap-destination
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies