AnimationPlaybackEventInit constructor

AnimationPlaybackEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. CSSNumberish? currentTime,
  5. CSSNumberish? timelineTime,
})

Implementation

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