Skip to main content

AnimationEventInit

Extends

Properties

animationName?

optional animationName?: string;

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


composed?

optional composed?: boolean;

Inherited from

EventInit.composed


elapsedTime?

optional elapsedTime?: number;

pseudoElement?

optional pseudoElement?: string;