AnimatorStore
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Returns AnimatorStore
Properties
animationMode
frameRate
isAnimationActive
maxFrameRate
maxStep
minFrameRate
minStep
playMode
step
Accessors
frameInterval
Returns number
isFrontendAnimationMode
Returns boolean
isServerAnimationActive
Returns boolean
shouldStartAnimationDisable
Whether the animation feature should be disabled. It is disabled when no image is loaded or only one animation step is available, e.g., animating channels of a 2D image.
Returns boolean
publicstaticInstance
Returns AnimatorStore
Methods
animate
Returns void
selectFirstAvailableAnimationMode
Selects the first available Animator control, following the order shown in the widget.
Returns boolean
setAnimationMode
Parameters
val: AnimationMode
Returns void
setFrameRate
Parameters
val: number
Returns void
setStep
Parameters
val: number
Returns void
startAnimation
Returns Generator<Promise<$Properties>, void, unknown>
stopAnimation
Returns void
Whether the current mode is driven by the frontend, stepping through images rather than asking the backend for frames.