AnimationPlaybackEvent constructor

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

Implementation

factory AnimationPlaybackEvent(String type,
        [AnimationPlaybackEventInit? eventInitDict]) =>
    AnimationPlaybackEvent._(type, eventInitDict ?? undefined);