css.properties

timeline-scope

The timeline-scope property specifies the scope of timelines.

Formal Syntax

none | all | <dashed-ident>#

See specification

JavaScript Access

// Access via element.style
element.style.timelineScope = 'none';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
timeline-scope116โ€”26116
all116โ€”26116
none116โ€”26116

Related Properties