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

Hierarchy

Properties

animationName?: string
bubbles?: boolean
cancelable?: boolean
composed?: boolean
elapsedTime?: number
pseudoElement?: string

Generated using TypeDoc