Class blade.core.animation.Scaling

Object
   |
   +--blade.core.animation.Sequence
         |
         +--blade.core.animation.Scaling

class blade.core.animation.Scaling
extends blade.core.animation.Sequence

Scales an element

Defined in animation.js


Constructor Summary
blade.core.animation.Scaling (element, vector, length, speed)
           
 
Method Summary
 function handle()
           Dummy event handler - this should be overridden by the implementing class
 
Methods inherited from class blade.core.animation.Sequence
increment, cancel, suspend, begin, resume, initialize
 

Constructor Detail

blade.core.animation.Scaling

function blade.core.animation.Scaling(element, vector, length, speed)
Method Detail

handle

function handle()