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

Hierarchy (view full)

Properties

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

Generated using TypeDoc