CSS scroll-timeline Property Reference

The CSS scroll-timeline property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

CSS scroll-timeline Property Reference

The CSS scroll-timeline property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

scroll-timeline overview

The CSS scroll-timeline property is a experimental property in Scroll-driven Animations. 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-timeline formal syntax
FieldValue
Formal syntax[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#
Initial valuescroll-timeline-name, scroll-timeline-axis
Applies toscrollContainers
InheritedNo
Percentagesno
Computed valuescroll-timeline-name, scroll-timeline-axis
Animation typescroll-timeline-name, scroll-timeline-axis
Mediavisual
Specification groupScroll-driven Animations
StatusExperimental

Practical examples

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

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

Description

The CSS scroll-timeline property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: scroll-timeline
  2. MDN: CSS Properties Reference

Similar or alternative tools

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