HTML DOM TransitionEvent

❮ DOM Events ❮ Event Objects


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:

The Event Object


❮ DOM Events ❮ Event Objects

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.