GlobalEventHandlers.onanimationcancel

An event handler for the animationcancel event. This event is sent when a CSS Animation unexpectedly aborts (in other words, any time it stops running without sending an animationend event), such as when the animation-name is changed such that the animation is removed, or when the animating node is hidden—either directly or because any of its containing nodes are hidden)—using CSS.

Document Tags and Contributors

 Contributors to this page: mfluehr, Sheppy, mantaroh, jpmedley
 Last updated by: mfluehr,