Animation.pending

This is an experimental technology
Check 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 Animations
The definition of 'pending' in that specification.
Working Draft

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
pending
Experimental
Chrome No support NoEdge No support NoFirefox 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 NoOpera No support NoSafari No support NoWebView Android No support NoChrome Android No support NoFirefox 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 NoSafari iOS No support NoSamsung 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