CSS view-timeline-name Property Reference

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

CSS view-timeline-name Property Reference

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

Updated 2026-08-12

view-timeline-name overview

The CSS view-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

view-timeline-name formal syntax
FieldValue
Formal syntax[ none | <dashed-ident> ]#
Initial valuenone
Applies toallElements
InheritedNo
Percentagesno
Computed valuenoneOrOrderedListOfIdentifiers
Animation typenotAnimatable
Mediainteractive
Specification groupScroll-driven Animations
StatusExperimental

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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