package js.html
extended by KeyframeEffectReadOnly
Available on jsThe
AnimationEffectReadOnly
interface of the Web Animations API defines current and future animation effects likeKeyframeEffect
, which can be passed toAnimation
objects for playing, andKeyframeEffectReadOnly
(which is used by CSS Animations and Transitions).Documentation AnimationEffectReadOnly by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only timing:AnimationEffectTimingReadOnly
The AnimationEffectTimingReadOnly
object associated with the animation containing all the animation's timing values.
getComputedTiming ():ComputedTimingProperties
Returns the calculated timing properties for this Animation Effect.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/AnimationEffectReadOnly.html