Variable AnimationEvent
AnimationEvent: {
prototype: AnimationEvent;
new (
type: string,
animationEventInitDict?: AnimationEventInit,
): AnimationEvent;
}
prototype: AnimationEvent;
new (
type: string,
animationEventInitDict?: AnimationEventInit,
): AnimationEvent;
}
Type declaration
- new (type: string, animationEventInitDict?: AnimationEventInit): AnimationEvent
- Parameters- type: string
- OptionalanimationEventInitDict: AnimationEventInit
 - Returns AnimationEvent
 
- prototype: AnimationEvent