Class blade.core.animation.Animator
Object
|
+--blade.core.animation.Animator
- class
blade.core.animation.Animator
Animation Controller. Triggers animation sequences to occur at the proper time.
Defined in animation.js
Method Summary |
function
|
addSequence(sequence, time)
Adds a sequence to be run at a future time
|
function
|
run()
Runs the animation
|
blade.core.animation.Animator
function blade.core.animation.Animator()
addSequence
function addSequence(sequence, time)
Adds a sequence to be run at a future time
Parameters:
sequence
- the Sequence to be run
time
- delay time before the sequence begins (ms)
run
function run()