Class lime.animation.actionManager
Defined in: animation.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
ActionManager.
|
| 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.