CSS animation-range-end Property Reference

The CSS animation-range-end property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

CSS animation-range-end Property Reference

The CSS animation-range-end property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

animation-range-end overview

The CSS animation-range-end 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

animation-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 groupScroll-driven Animations
StatusExperimental

Practical examples

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

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

Description

The CSS animation-range-end property is a experimental property in Scroll-driven Animations. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: animation-range-end
  2. MDN: CSS Properties Reference

Similar or alternative tools

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