Class blade.core.animation.Rotation

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

class blade.core.animation.Rotation
extends blade.core.animation.Sequence

Rotates an element around a point

Defined in animation.js


Constructor Summary
blade.core.animation.Rotation (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.Rotation

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

handle

function handle()