new lime.animation.ScaleTo(scale, opt_height)
Scale to a given factor
Also accepts one or two numbers
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
scale |
goog.math.Vec2 | number | Target value. | |
opt_height |
number |
<optional> |
Alternatively use width,height as parameter. |
- Source:
- animation/scaleto.js, line 16
Extends
Summary
Members |
||
---|---|---|
scope
|
Inherited
Methods |
||
---|---|---|
clearTransition (target)
Clear transistion when animation is stoped.
|
||
makeTargetProp ()
|
||
update ()
|
Inherited
lime.animation.Animation.addTarget,  lime.animation.Animation.cloneParam,  lime.animation.Animation.enableOptimizations,  lime.animation.Animation.getDirector,  lime.animation.Animation.getDuration,  lime.animation.Animation.getEasing,  lime.animation.Animation.getTargetProp,  lime.animation.Animation.initTarget,  lime.animation.Animation.play,  lime.animation.Animation.removeTarget,  lime.animation.Animation.reverse,  lime.animation.Animation.setDuration,  lime.animation.Animation.setEasing,  lime.animation.Animation.step_,  lime.animation.Animation.stop,  lime.animation.Animation.updateAll,  lime.animation.Animation.useTransitions
Members
-
scope
-
- Source:
- animation/scaleto.js, line 32
Methods
-
clearTransition(target)
-
Clear transistion when animation is stoped.
Parameters:
Name Type Description target
lime.Node The target to clear transistion for. - Source:
- animation/scaleto.js, line 73
-
makeTargetProp()
-
- Source:
- animation/scaleto.js, line 38
- See:
-
update()
-
- Source:
- animation/scaleto.js, line 60
- See: