Variable AnimationPlaybackEvent
AnimationPlaybackEvent: {
prototype: AnimationPlaybackEvent;
new (
type: string,
eventInitDict?: AnimationPlaybackEventInit,
): AnimationPlaybackEvent;
}
prototype: AnimationPlaybackEvent;
new (
type: string,
eventInitDict?: AnimationPlaybackEventInit,
): AnimationPlaybackEvent;
}
Type declaration
- new (
 type: string,
 eventInitDict?: AnimationPlaybackEventInit,
 ): AnimationPlaybackEvent
- Parameters- type: string
- OptionaleventInitDict: AnimationPlaybackEventInit
 - Returns AnimationPlaybackEvent
 
- new (
- prototype: AnimationPlaybackEvent