AnimationPlaybackEventInit constructor
AnimationPlaybackEventInit({
- bool bubbles,
- bool cancelable,
- bool composed,
- CSSNumberish? currentTime,
- CSSNumberish? timelineTime,
Implementation
external factory AnimationPlaybackEventInit({
bool bubbles,
bool cancelable,
bool composed,
CSSNumberish? currentTime,
CSSNumberish? timelineTime,
});