css.properties

animation-range

The animation-range property specifies the range of an animation timeline.

Formal Syntax

[ <'animation-range-start'> <'animation-range-end'>? ]#

See specification

JavaScript Access

// Access via element.style
element.style.animationRange = 'value';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
animation-range115โ€”26115
normal115โ€”26115

Related Properties