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


Constructor Summary
blade.core.animation.Animator ()
           
 
Method Summary
 function addSequence(sequence, time)
           Adds a sequence to be run at a future time
 function run()
           Runs the animation

Constructor Detail

blade.core.animation.Animator

function blade.core.animation.Animator()
Method Detail

addSequence

function addSequence(sequence, time)

run

function run()