Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Animation.cancel()

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.

The Animation.cancel() method of the Animation interface clears all keyframeEffects caused by this animation and aborts its playback.

When an animation is cancelled, its startTime and currentTime are set to null.

Syntax

// cancels animation
animation.cancel();

Parameters

None.

Return Value

None.

Exceptions

If the animation's Animation.playState is anything but idle when cancelled, this action will reject the current finished promise with a DOMException named AbortError.

Specifications

Specification Status Comment
Web Animations
The definition of 'Animation.cancel()' in that specification.
Working Draft Editor's draft.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 39.0 48 (48) No support No support No support
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support (Yes) 48.0 (48) No support No support No support

 

See also

Document Tags and Contributors

 Contributors to this page: birtles, chrisdavidmills, jpmedley, rachelnabors
 Last updated by: birtles,