Web/API/Animation/pending

From Get docs

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

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

pending

Experimental'

Chrome

No support No

Edge

No support No

Firefox Full support 59

Notes'

Full support 59

Notes'

Notes' Prior to version 59, the pending status was reported by a "pending" value returned from Animation.playState.

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

Notes'

Full support 59

Notes'

Notes' Prior to version 59, the pending status was reported by a "pending" value returned from Animation.playState.

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