AnimationPlaybackEvent constructor

AnimationPlaybackEvent(
  1. String type, [
  2. AnimationPlaybackEventInit eventInitDict
])

Implementation

external factory AnimationPlaybackEvent(
  String type, [
  AnimationPlaybackEventInit eventInitDict,
]);