AnimationEffect
package js.html
extended by KeyframeEffect
Available on js
The AnimationEffect interface of the Web Animations API defines current and future animation effects like KeyframeEffect, which can be passed to Animation objects for playing, and KeyframeEffectReadOnly (which is used by CSS Animations and Transitions).
Documentation AnimationEffect by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Methods
getComputedTiming():ComputedEffectTiming
getTiming():EffectTiming
updateTiming(?timing:Null<OptionalEffectTiming>):Void
Throws:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/AnimationEffect.html