Skip to main content

Home > @jsplumbtoolkit/browser-ui-anim

browser-ui-anim package

Classes

ClassDescription
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

EnumerationDescription
AnimationClassesThe css classes that are used when animating an overlay along some path.
AnimationEvents
AnimationPhasesThe phases of an overlay path animation.
PathTransportState

Functions

FunctionDescription
newInstance(surface)

Interfaces

InterfaceDescription
OverlayAnimationOptionsOptions for animating an overlay along an edge

Variables

VariableDescription
EVENT_STATE

Type Aliases

Type AliasDescription
AnimationEvent
AnimationEventCallbackParamsThe type defining the object that is passed to all events fired by the tracePath method.
AnimationPhase
ConnectionOverlayAnimatorDefinition of the control surface for a specific segment in the tracePath method.
CurrentState
PathTransportListener