Interface AnimationPlaybackEventInit

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

Hierarchy (view full)

Properties

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