The TransistionEvent
THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML DOM TransitionEvent

❮ DOM Events ❮ Event Objects


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:

The Event Object


Event Types

These event types belongs to the TransitionEvent Object:

Event Description
transitionend The event occurs when a CSS transition has completed

❮ DOM Events ❮ Event Objects