Web/API/AnimationEffect/updateTiming

From Get docs

This is an experimental technologyCheck 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 OptionalEffectTiming object containing the timing properties to update.

Return Value

None.

Specifications

Specification Status Comment
Web AnimationsThe definition of 'AnimationEffect.updateTiming()' in that specification. Working Draft Editor's draft.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
updateTiming Chrome

Full support 75

Edge

Full support 79

Firefox

Full support 63

IE

No support No

Opera

Full support 62

Safari

Full support 13.1

WebView Android

Full support 75

Chrome Android

Full support 75

Firefox Android

Full support 63

Opera Android

Full support 54

Safari iOS

Full support 13.4

Samsung Internet Android

Full support 11.0

Legend

Full support  
Full support
No support  
No support


See also