interface AnimationEventMap {
    cancel: AnimationPlaybackEvent;
    finish: AnimationPlaybackEvent;
    remove: AnimationPlaybackEvent;
}

Properties

Properties