AnimationEffect.updateTiming()
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The updateTiming()
method of the AnimationEffect
interface updates the specified timing properties for an animation effect.
Syntax
animation.updateTiming(timing);
Parameters
timing
-
An object containing the timing properties to update.
Return Value
None.
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 | |
updateTiming |
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/updateTiming