AnimationEvent: animation property
The animation read-only property of the AnimationEvent interface represents the animation associated with the event.
Value
A CSSAnimation, or null.
Specifications
| Specification |
|---|
| CSS Animations Level 2> # dom-animationevent-animation> |
Browser compatibility
See also
- Using CSS animations
- Animation-related CSS properties and at-rules:
animation,animation-delay,animation-direction,animation-duration,animation-fill-mode,animation-iteration-count,animation-name,animation-play-state,animation-timing-function,@keyframes. - The
AnimationEventinterface it belongs to.