Class createjs.Tween.Guide
Defined in: tween.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.Tween.Guide(path, start, end, orientation, properties, duration, ease)
An inner class used by the createjs.Tween class to move a display object
along the specified quadratic-Bezier paths.
|
Method Attributes | Method Name and Description |
---|---|
compile(time, target, targets, current, steps)
|
|
getProperties(current, setters)
|
|
getTargets(time, targets)
|
Class Detail
createjs.Tween.Guide(path, start, end, orientation, properties, duration, ease)
An inner class used by the createjs.Tween class to move a display object
along the specified quadratic-Bezier paths.
- Parameters:
-
{Array.
} path - {number} start
- {number} end
- {boolean} orientation
- {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