This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The Animation
.effect
property of the Web Animations API gets and sets the target effect of an animation. The target effect may be either an effect object of a type based on AnimationEffectReadOnly
, such as KeyframeEffect
, or null
.
var effect = Animation.effect; Animation.effect = AnimationEffectReadOnly
A AnimationEffectReadOnly
object describing the target animation effect for the animation, or null
to indicate no active effect.
Specification | Status | Comment |
---|---|---|
Web Animations The definition of 'Animation.effect' in that specification. | Working Draft | Editor's draft. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | No | ? | 63
|
No | No | No |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | No | No | ? | 63
|
No | No | No |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Animation/effect