HTML DOM AnimationEvent
AnimationEvent 物件
AnimationEvent 物件用於處理 CSS 動畫執行時發生的事件。
動畫事件
事件 | 發生時間 |
---|---|
animationend | CSS 動畫已完成 |
animationiteration | CSS 動畫重複播放 |
animationstart | CSS 動畫已開始 |
AnimationEvent 屬性
屬性 | 返回 |
---|---|
animationName | 動畫的名稱 |
elapsedTime | 動畫已執行的秒數 |
pseudoElement | 動畫的偽元素的名稱 |
繼承的屬性和方法
AnimationEvent 繼承了所有來自