AnimationEffect
AnimationEffect
接口是 Web 动画 API 的一部分,它表示动画效果。
AnimationEffect
是一个抽象接口,因此不能直接实例化。但是,像 KeyframeEffect
这样的具体接口继承自它,这些接口的实例可以传递给 Animation
对象进行播放,也可以由 CSS 动画 和 过渡 使用。
实例方法
AnimationEffect.getTiming()
-
返回与包含所有动画计时值的动画相关的对象。
AnimationEffect.getComputedTiming()
-
返回此
AnimationEffect
的计算计时属性。 AnimationEffect.updateTiming()
-
更新此
AnimationEffect
的指定计时属性。
规范
规范 |
---|
Web 动画 # the-animationeffect-interface |
浏览器兼容性
BCD 表格仅在浏览器中加载