AnimationEventInit
interface AnimationEventInit {
animationName?: string;
elapsedTime?: number;
pseudoElement?: string;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
}
animationName?: string;
elapsedTime?: number;
pseudoElement?: string;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
}
Hierarchy (View Summary)
- EventInit
- AnimationEventInit