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