Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The transitionrun
event is fired when a CSS transition is first created, i.e. before any transition-delay
has begun.
Bubbles | Yes |
---|---|
Cancelable | No |
Interface | TransitionEvent |
Event handler property | ontransitionrun |
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: transitionrun.