Class Index | File Index

Classes


Class createjs.Tween.Action


Defined in: tween.js.

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

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