HTML DOM TransitionEvent

TransitionEvent-object

Gebeurtenissen die tijdens de CSS-overgang worden geactiveerd, behoren tot het TransitionEvent-object.

Transition-evenement eigenschappen en methoden

eigenschap/methode Description
propertyName Returns the name of the transition.
elapsedTime Returns the number of seconds the transition has run.
pseudoElement Returns the name of the pseudo-element for the transition.

Inherited properties and methods

TransitionEvent inherits all properties and methods from the following objects:

Event object

Event type

These event types belong to the TransitionEvent object:

Event Description
transitionend This event occurs when the CSS transition is complete.