HTML DOM TransitionEvent
The TransitionEvent Object
Events that occur when a CSS transition runs, belongs to the TransitionEvent Object.
TransitionEvent Properties and Methods
Property/Method | Description |
---|---|
propertyName | Returns the name of the transition |
elapsedTime | Returns the number of seconds a transition has been running |
pseudoElement | Returns the name of the pseudo-element of the transition |
Inherited Properties and Methods
The TransitionEvent inherits all the properties and methods from:
Event Types
These event types belongs to the TransitionEvent Object:
Event | Description |
---|---|
transitionend | The event occurs when a CSS transition has completed |