AnimationPlaybackEvent
interface AnimationPlaybackEvent extends Event {
readonly currentTime: CSSNumberish | null;
readonly timelineTime: CSSNumberish | null;
}var AnimationPlaybackEvent: {
prototype: AnimationPlaybackEvent;
new (type: string, eventInitDict?: AnimationPlaybackEventInit): AnimationPlaybackEvent;
};