Interface AnimationEventInit

    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