Skip to main content

Home > @jsplumbtoolkit/browser-ui-anim > AnimationClasses

AnimationClasses enum

The css classes that are used when animating an overlay along some path.

Signature:

export declare enum AnimationClasses 

Enumeration Members

MemberValueDescription
EDGE_TRAVERSABLE"jtk-animate-edge-traversable"
EDGE_TRAVERSED"jtk-animate-edge-traversed"
EDGE_TRAVERSING"jtk-animate-edge-traversing"
NODE_TRAVERSABLE"jtk-animate-node-traversable"
NODE_TRAVERSED"jtk-animate-node-traversed"
NODE_TRAVERSING"jtk-animate-node-traversing"
VERTEX_SOURCE"jtk-animate-source"
VERTEX_TARGET"jtk-animate-target"