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

Hierarchy (view full)

Properties

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

Generated using TypeDoc