On this page

Interface AnimationPlaybackEventInit

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

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
currentTime?: CSSNumberish | null
timelineTime?: CSSNumberish | null
Was this helpful?
SDK JS
Reference
AnimationPlaybackEventInit