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

Properties

Properties

remove: Event

Generated using TypeDoc