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

Properties

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