AnimationEffect

Baseline 已廣泛支援

此功能已經成熟,並可在許多裝置和瀏覽器版本上使用。自 ⁨2020 年 3 月⁩起,它已在各瀏覽器中推出。

AnimationEffect 介面是 Web Animations API 中的一個介面,表示動畫效果。

AnimationEffect 是一個抽象介面,因此不能直接例項化。然而,像 KeyframeEffect 這樣的具體介面繼承自它,並且這些介面的例項可以傳遞給 Animation 物件進行播放,也可以用於 CSS 動畫CSS 過渡

例項方法

AnimationEffect.getTiming()

返回與動畫關聯的物件,其中包含動畫的所有計時值。

AnimationEffect.getComputedTiming()

返回此 AnimationEffect 的計算計時屬性。

AnimationEffect.updateTiming()

更新此 AnimationEffect 的指定計時屬性。

規範

規範
Web 動畫
# the-animationeffect-interface

瀏覽器相容性

另見