web api instance property
TransitionEvent: animation property
The animation read-only property of the TransitionEvent interface represents the animation associated with the event.
Value
A CSSTransition, or null.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- Using CSS transitions
- CSS properties:
transition,transition-delay,transition-duration,transition-property,transition-timing-function - CSS at-rules:
@starting-style - The
TransitionEventinterface it belongs to.