Type Alias AnimationEvent

AnimationEvent:
    | typeof EVENT_START_OVERLAY_ANIMATION
    | typeof EVENT_END_OVERLAY_ANIMATION
    | typeof EVENT_START_NODE_TRAVERSAL
    | typeof EVENT_END_NODE_TRAVERSAL

Available animation events.

Version :