Home > @jsplumbtoolkit/browser-ui-anim
browser-ui-anim package
Classes
| Class | Description |
|---|---|
| PathTransport | |
| SurfaceAnimator | SurfaceAnimator offers a few methods for animating parts of a Surface widget: - animateToPosition animates some vertex to a new position - tracePath animates an overlay along the path from some vertex to some other vertex - traceEdge animates an overlay along one edge |
Enumerations
| Enumeration | Description |
|---|---|
| AnimationClasses | The css classes that are used when animating an overlay along some path. |
| AnimationEvents | |
| AnimationPhases | The phases of an overlay path animation. |
| PathTransportState |
Functions
| Function | Description |
|---|---|
| newInstance(surface) |
Interfaces
| Interface | Description |
|---|---|
| OverlayAnimationOptions | Options for animating an overlay along an edge |
Variables
| Variable | Description |
|---|---|
| EVENT_STATE |
Type Aliases
| Type Alias | Description |
|---|---|
| AnimationEvent | |
| AnimationEventCallbackParams | The type defining the object that is passed to all events fired by the tracePath method. |
| AnimationPhase | |
| ConnectionOverlayAnimator | Definition of the control surface for a specific segment in the tracePath method. |
| CurrentState | |
| PathTransportListener |