Class Index | File Index

Classes


Class lime.animation.actionManager


Defined in: animation.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ActionManager.
Method Summary
Method Attributes Method Name and Description
<static>  
lime.animation.actionManager.register(action, target)
Register animation in the manager.
<static>  
lime.animation.actionManager.stopAll(target)
Stop all animations on target.
Class Detail
lime.animation.actionManager()
ActionManager. Doesn't let animations that modify same parameters run together on same targets.
Method Detail
<static> lime.animation.actionManager.register(action, target)
Register animation in the manager.
Parameters:
{lime.animation.Animation} action
Action.
{lime.Node} target
Taget node.

<static> lime.animation.actionManager.stopAll(target)
Stop all animations on target.
Parameters:
{lime.Node} target
Target node.

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