new lime.animation.actionManager()
ActionManager. Doesn't let animations that modify same parameters
run together on same targets.
- Source:
- animation/animation.js, line 304
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:
- animation/animation.js, line 314
-
<static> stopAll(target)
-
Stop all animations on target.
This:
Parameters:
Name Type Description target
lime.Node Target node. - Source:
- animation/animation.js, line 332