Create animation controls
the stage object
the stage object
True when all animations are paused
Clear all animations
Add a move animation
target position
animation time in milliseconds
the animation
Add an orient animation
target orientation
animation time in milliseconds
the animations
Pause all animations
Remove an animation
Resume all animations
Add a rock animation
axis to rock around
amount to spin per frame, radians
maximum extend of motion, radians
animation time in milliseconds
the animation
Add a component rock animation
object to move
axis to rock around
amount to spin per frame, radians
maximum extend of motion, radians
animation time in milliseconds
the animation
Add a rotate animation
target rotation
animation time in milliseconds
the animation
Run all animations
Add a spin animation
axis to spin around
amount to spin per frame, radians
animation time in milliseconds
the animation
Add a component spin animation
object to move
axis to spin around
amount to spin per frame, radians
animation time in milliseconds
the animation
Add a timeout animation
called after duration
timeout in milliseconds
the animation
Toggle all animations
Add a value animation
start value
target value
called on every tick
animation time in milliseconds
the animation
Add a zoom animation
target distance
animation time in milliseconds
the animation
Add a zoom and a move animation
target position
target distance
animation time in milliseconds
the animations
Generated using TypeDoc
Animation controls