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