Variable AnimationEvent

    AnimationEvent: {
        prototype: AnimationEvent;
        new (
            type: string,
            animationEventInitDict?: AnimationEventInit,
        ): AnimationEvent;
    }

    Type declaration