Interface AnimationPlaybackEventInit

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

Hierarchy (view full)

Properties

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