CSS scroll-timeline-name Property Reference

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

CSS scroll-timeline-name Property Reference

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

Updated 2026-08-12

scroll-timeline-name overview

The CSS scroll-timeline-name 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-name formal syntax
FieldValue
Formal syntax[ none | <dashed-ident> ]#
Initial valuenone
Applies toscrollContainers
InheritedNo
Percentagesno
Computed valuenoneOrOrderedListOfIdentifiers
Animation typenotAnimatable
Mediainteractive
Specification groupScroll-driven Animations
StatusExperimental

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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