Class: actionManager

lime.animation.actionManager

new lime.animation.actionManager()

ActionManager. Doesn't let animations that modify same parameters run together on same targets.
Source:

Summary

Methods
<static> register(action, target)
Register animation in the manager.
<static> stopAll(target)
Stop all animations on target.

Methods

<static> register(action, target)

Register animation in the manager.
This:
Parameters:
Name Type Description
action lime.animation.Animation Action.
target lime.Node Taget node.
Source:

<static> stopAll(target)

Stop all animations on target.
This:
Parameters:
Name Type Description
target lime.Node Target node.
Source: