interface AnimationPlaybackEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    currentTime?: number;
    timelineTime?: number;
}

Hierarchy

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
currentTime?: number
timelineTime?: number

Generated using TypeDoc