Web/API/AnimationEffect/getTiming

From Get docs

This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.


The AnimationEffect.getTiming() method of the AnimationEffect interface returns an EffectTiming object containing the timing properties for the Animation Effect.

Syntax

animationTiming = animation.getTiming();

Returns

An EffectTiming object.

Specifications

Specification Status Comment
Web AnimationsThe definition of 'AnimationEffect.getTiming()' 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
getTiming 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