Class Index | File Index

Classes


Class createjs.Tween.Guide


Defined in: tween.js.

Class Summary
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 Summary
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

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:29 GMT+0900 (JST)