Class Index | File Index

Classes


Class lime.animation.RotateBy


Extends lime.animation.Animation.

Defined in: rotateby.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Rotate by given angle in degrees
Field Summary
Field Attributes Field Name and Description
 
Fields borrowed from class lime.animation.Animation:
isPlaying_, targets
Method Summary
Method Attributes Method Name and Description
 
 
 
 
update(t, target)
Methods borrowed from class lime.animation.Animation:
addTarget, cloneParam, enableOptimizations, getDirector, getDuration, getEasing, getTargetProp, initTarget, play, removeTarget, setDuration, setEasing, step_, stop, updateAll, useTransitions
Class Detail
lime.animation.RotateBy(angle)
Rotate by given angle in degrees
Parameters:
{number} angle
Angle to rotate.
Field Detail
scope
Method Detail
clearTransition(target)
Parameters:
target
See:
lime.animation.Animation#clearTransition

makeTargetProp(target)
Parameters:
target
See:
lime.animation.Animation#makeTargetProp

reverse()
See:
lime.animation.Animation#reverse

update(t, target)
Parameters:
t
target
See:
lime.animation.Animation#update

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jun 30 2011 11:27:21 GMT+0300 (EEST)