Class createjs.Tween.Step
Defined in: tween.js.
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 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.