Class: ScaleTo

lime.animation.ScaleTo

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:

Extends

Members

scope

Source:

Methods

clearTransition(target)

Clear transistion when animation is stoped.
Parameters:
Name Type Description
target lime.Node The target to clear transistion for.
Source:

makeTargetProp()

Source:
See:

update()

Source:
See: