CSS timeline-trigger-activation-range-end Property Reference

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

CSS timeline-trigger-activation-range-end Property Reference

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

Updated 2026-08-12

timeline-trigger-activation-range-end overview

The CSS timeline-trigger-activation-range-end 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-activation-range-end formal syntax
FieldValue
Formal syntax[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#
Initial valuenormal
Applies toallElements
InheritedNo
PercentagesrelativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline
Computed valuelistEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage
Animation typenotAnimatable
Mediavisual
Specification groupCSS Animations
StatusStandard

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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