The AnimationEffect interface of the Web Animations API defines
and future animation effects like web.animation.KeyframeEffect,
can be passed to web.animation.Animation objects for playing,
KeyframeEffectReadOnly (which is used by CSS Animations and
The AnimationEffect interface of the Web Animations API defines and future animation effects like `web.animation.KeyframeEffect`, can be passed to `web.animation.Animation` objects for playing, `KeyframeEffectReadOnly` (which is used by CSS Animations and
(get-computed-timing this)Method.
[Experimental]
The getComputedTiming() method of the web.animation.AnimationEffect
returns the calculated timing properties for this animation effect.
var currentTimeValues = animation.getComputedTiming();
See also: https://developer.mozilla.org/en-US/docs/Web/API/AnimationEffect/getComputedTiming
Method. [Experimental] The getComputedTiming() method of the `web.animation.AnimationEffect` returns the calculated timing properties for this animation effect. `var currentTimeValues = animation.getComputedTiming();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AnimationEffect/getComputedTiming`
(get-timing this)Method.
[Experimental]
The AnimationEffect.getTiming() method of the web.animation.AnimationEffect
returns an web.animation.EffectTiming object containing the
properties for the Animation Effect.
animationTiming = animation.getTiming();
See also: https://developer.mozilla.org/en-US/docs/Web/API/AnimationEffect/getTiming
Method. [Experimental] The AnimationEffect.getTiming() method of the `web.animation.AnimationEffect` returns an `web.animation.EffectTiming` object containing the properties for the Animation Effect. `animationTiming = animation.getTiming();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AnimationEffect/getTiming`
(update-timing this timing)Method.
[Experimental]
The updateTiming() method of the web.animation.AnimationEffect
updates the specified timing properties for an animation effect.
animation.updateTiming(timing);
See also: https://developer.mozilla.org/en-US/docs/Web/API/AnimationEffect/updateTiming
Method. [Experimental] The updateTiming() method of the `web.animation.AnimationEffect` updates the specified timing properties for an animation effect. `animation.updateTiming(timing);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AnimationEffect/updateTiming`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |