Class createjs.Tween.Action
Defined in: tween.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.Tween.Action(time, fn, parameters, scope)
An inner class that represents an action of a tween, a JavaScript function
called when a tween reached to the time specified by an application.
|
Class Detail
createjs.Tween.Action(time, fn, parameters, scope)
An inner class that represents an action of a tween, a JavaScript function
called when a tween reached to the time specified by an application.
- Parameters:
- {number} time
- {Function} fn
- {Array} parameters
- {Object} scope