HTML DOM AnimationEvent
AnimationEvent 对象
AnimationEvent 对象用于处理 CSS 动画运行时发生的事件。
动画事件
事件 | 发生时间 |
---|---|
animationend | CSS 动画已完成 |
animationiteration | CSS 动画重复播放 |
animationstart | CSS 动画已开始 |
AnimationEvent 属性
属性 | 返回 |
---|---|
animationName | 动画的名称 |
elapsedTime | 动画已运行的秒数 |
pseudoElement | 动画的伪元素的名称 |
继承的属性和方法
AnimationEvent 继承了所有来自