Class lime.animation.ScaleTo
Extends
lime.animation.Animation.
Defined in: scaleto.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
lime.animation.ScaleTo(scale)
Scale to a given factor
Also accepts one or two numbers
|
| Field Attributes | Field Name and Description |
|---|---|
- Fields borrowed from class lime.animation.Animation:
- isPlaying_, targets
| Method Attributes | Method Name and Description |
|---|---|
|
clearTransition(target)
|
|
|
makeTargetProp(target)
|
|
|
update(t, target)
|
- Methods borrowed from class lime.animation.Animation:
- addTarget, cloneParam, enableOptimizations, getDirector, getDuration, getEasing, getTargetProp, initTarget, play, removeTarget, reverse, setDuration, setEasing, step_, stop, updateAll, useTransitions
Class Detail
lime.animation.ScaleTo(scale)
Scale to a given factor
Also accepts one or two numbers
- Parameters:
- {goog.math.Vec2} scale
- Target value.
Field Detail
scope
Method Detail
clearTransition(target)
- Parameters:
- target
- See:
- lime.animation.Animation#clearTransition
makeTargetProp(target)
- Parameters:
- target
update(t, target)
- Parameters:
- t
- target