animationRange

The animation-range CSS shorthand property is used to set the start and end of an animation's attachment range along its timeline, i.e. where along the timeline an animation will start and end.

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

| Chrome  | Firefox | Safari | Edge | IE  |
| :-----: | :-----: | :----: | :--: | :-: |
|   115   |   No    |   No   | n/a  | No  |

See also