files/en-us/web/api/transitionevent/index.md
{{APIRef("CSSOM")}}
The TransitionEvent interface represents events providing information related to transitions.
{{InheritanceDiagram}}
TransitionEvent event with the given parameters.Also inherits properties from its parent {{domxref("Event")}}.
float giving the amount of time the transition has been running, in seconds, when this event fired. This value is not affected by the {{cssxref("transition-delay")}} property.::, containing the name of the pseudo-element the animation runs on. If the transition doesn't run on a pseudo-element but on the element, an empty string: ''.TransitionEventAlso inherits methods from its parent {{domxref("Event")}}.
{{Specifications}}
{{Compat}}