Class Index | File Index

Classes


Class createjs.Tween.Step


Defined in: tween.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
createjs.Tween.Step(time, duration, properties, ease, hasNumber)
An inner class that represents an animation step of a tween.
Field Summary
Field Attributes Field Name and Description
 
A list of properties changed by this step.
Class Detail
createjs.Tween.Step(time, duration, properties, ease, hasNumber)
An inner class that represents an animation step of a tween.
Parameters:
{number} time
{number} duration
{Array.} properties
{createjs.Ease.Delegate} ease
{boolean} hasNumber
Field Detail
properties_
A list of properties changed by this step.

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