Class createjs.Tween.To
Defined in: tween.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
createjs.Tween.To(properties, duration, ease)
An inner class used by the createjs.Tween class to move an animation.
|
| Method Attributes | Method Name and Description |
|---|---|
|
compile(time, target, targets, current, steps)
|
|
|
getProperties(current, setters)
|
|
|
getTargets(time, targets)
|
Class Detail
createjs.Tween.To(properties, duration, ease)
An inner class used by the createjs.Tween class to move an animation.
- Parameters:
- {Object} properties
- {number} duration
- {createjs.Ease.Delegate} ease
Method Detail
compile(time, target, targets, current, steps)
- Parameters:
- time
- target
- targets
- current
- steps
getProperties(current, setters)
- Parameters:
- current
- setters
getTargets(time, targets)
- Parameters:
- time
- targets