Interface AnimationEventInit
interface AnimationEventInit {
animationName?: string;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
elapsedTime?: number;
pseudoElement?: string;
}
animationName?: string;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
elapsedTime?: number;
pseudoElement?: string;
}