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