CSS timeline-trigger-active-range Property Reference

The CSS timeline-trigger-active-range property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

CSS timeline-trigger-active-range Property Reference

The CSS timeline-trigger-active-range property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

timeline-trigger-active-range overview

The CSS timeline-trigger-active-range property is a standard property in CSS 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

timeline-trigger-active-range formal syntax
FieldValue
Formal syntax[ <'timeline-trigger-active-range-start'> <'timeline-trigger-active-range-end'>? ]#
Initial valuetimeline-trigger-active-range-start, timeline-trigger-active-range-end
Applies toallElements
InheritedNo
Percentagestimeline-trigger-active-range-start, timeline-trigger-active-range-end
Computed valuetimeline-trigger-active-range-start, timeline-trigger-active-range-end
Animation typenotAnimatable
Mediavisual
Specification groupCSS Animations
StatusStandard

Practical examples

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

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

Description

The CSS timeline-trigger-active-range property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: timeline-trigger-active-range
  2. MDN: CSS Properties Reference

Similar or alternative tools

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