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
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
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
AnimationEffect.getTiming() by Mozilla Contributors is licensed under CC-BY-SA 2.5.