Open In App

HTML | DOM TransitionEvent

The creation and completion of a CSS Transition result in a corresponding DOM Event. An event is fired for each property that undergoes a transition which gives the name of the property and the duration for which transition occurs. If the transition is not executed before completion the event will not fire.

Property Values:



Event Types:

Syntax:



Article Tags :