css.properties

animation-range-start

The animation-range-start property specifies the starting point of an animation range.

Formal Syntax

animation-range-start = [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]# <length-percentage> = [ <length> | <percentage> ]

See specification

JavaScript Access

// Access via element.style element.style.animationRangeStart = "normal";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
animation-range-start115โ€”26115
normal115โ€”26115

Related Properties