目录

HTML DOM TransitionEvent

❮ DOM 事件 ❮ 事件对象


TransitionEvent 对象

TransitionEvent 对象处理 CSS 转换运行时发生的事件。

过渡事件

Event Occurs When
transitionend A CSS transition has completed

过渡事件属性

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

继承的属性和方法

TransitionEvent 继承了以下所有属性和方法:

事件对象


❮ DOM 事件 ❮ 事件对象