Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The transitioncancel
event is fired when a CSS transition is canceled.
See GlobalEventHandlers.ontransitioncancel
for more information.
Bubbles | Yes |
---|---|
Cancelable | No |
Interface | TransitionEvent |
Event handler property | GlobalEventHandlers.ontransitioncancel |
The original target for this event is the Element
that had the transition applied. You can listen for this event on the Document
interface to handle it in the capture or bubbling phases. For full details on this event please see the page on HTMLElement: transitioncancel.