HTML DOM TransitionEvent
The TransitionEvent Object
The TransitionEvent Object handles events that occur when a CSS transition runs.
Transition Events
Event | Occurs When |
---|---|
transitionend | A CSS transition has completed |
TransitionEvent Properties
Property | Returns |
---|---|
propertyName | The name of the transition |
elapsedTime | The number of seconds a transition has been running |
pseudoElement | The name of the pseudo-element of the transition |
Inherited Properties and Methods
The TransitionEvent inherits all the properties and methods from: