This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.
The read-only Animation.pending property of the Web Animations API indicates whether the animation is currently waiting for an asynchronous operation such as initiating playback or pausing a running animation.
Syntax
var pending = Animation.pending;
Value
true if the animation is pending, false otherwise.
Specifications
| Specification | Status | Comment |
| Web AnimationsThe definition of 'pending' in that specification. | Working 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Chrome
No support No |
Edge
No support No |
Firefox Full support 59 Full support 59 Notes' Prior to version 59, the pending status was reported by a |
IE
No support No |
Opera
No support No |
Safari
No support No |
WebView Android
No support No |
Chrome Android
No support No |
Firefox Android Full support 59 Full support 59 Notes' Prior to version 59, the pending status was reported by a |
Opera Android
No support No |
Safari iOS
No support No |
Samsung Internet Android
No support No |
Legend
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.'
- Experimental. Expect behavior to change in the future.
- See implementation notes.'
- See implementation notes.
See also
Animationfor other methods and properties you can use to control web page animation.- Web Animations API
Animation.pending by Mozilla Contributors is licensed under CC-BY-SA 2.5.