Interface AnimationPlaybackEventInit
interface AnimationPlaybackEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
currentTime?: CSSNumberish | null;
timelineTime?: CSSNumberish | null;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
currentTime?: CSSNumberish | null;
timelineTime?: CSSNumberish | null;
}
Hierarchy
- EventInit
- AnimationPlaybackEventInit (View Summary)