AnimationEffect.getTiming()
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The AnimationEffect.getTiming()
method of the AnimationEffect
interface returns an object containing the timing properties for the Animation Effect.
Syntax
animationTiming = animation.getTiming();
Returns
An object.
Specifications
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
getTiming |
75 |
79 |
63 |
No |
62 |
13.1 |
75 |
75 |
63 |
54 |
13.4 |
11.0 |
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/AnimationEffect/getTiming