AnimationEvent constructor

AnimationEvent(
  1. String type, [
  2. AnimationEventInit? animationEventInitDict
])

Implementation

factory AnimationEvent(String type,
        [AnimationEventInit? animationEventInitDict]) =>
    AnimationEvent._(type, animationEventInitDict ?? undefined);