Home > @jsplumbtoolkit/browser-ui-anim > AnimationPhases
AnimationPhases enum
The phases of an overlay path animation.
Signature:
export declare enum AnimationPhases
Enumeration Members
| Member | Value | Description |
|---|---|---|
| CANCELLED | "CANCELLED" | |
| FINISHED | "FINISHED" | |
| INITIALIZED | "INITIALIZED" | |
| TRAVERSING_EDGE | "TRAVERSING_EDGE" | |
| TRAVERSING_END | "TRAVERSING_END" | |
| TRAVERSING_START | "TRAVERSING_START" |