Class Index | File Index

Classes


Class createjs.Ease


Defined in: ease.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that provides interpolation methods used by tweens.
Field Summary
Field Attributes Field Name and Description
<static>  
createjs.Ease.backIn
The global instance of the createjs.Ease.BackIn class.
<static>  
createjs.Ease.backInOut
The global instance of the createjs.Ease.BackInOut class.
<static>  
createjs.Ease.backOut
The global instance of the createjs.Ease.BackOut class.
<static>  
createjs.Ease.bounceIn
The global instance of the createjs.Ease.BounceIn class.
<static>  
createjs.Ease.bounceInOut
The global instance of the createjs.Ease.BounceInOut class.
<static>  
createjs.Ease.bounceOut
The global instance of the createjs.Ease.BounceOut class.
<static>  
createjs.Ease.circIn
The global instance of the createjs.Ease.CircIn class.
<static>  
createjs.Ease.circInOut
The global instance of the createjs.Ease.CircInOut class.
<static>  
createjs.Ease.circOut
The global instance of the createjs.Ease.CircOut class.
<static>  
createjs.Ease.cubicIn
The global instance of the createjs.Ease.CubicIn class.
<static>  
createjs.Ease.cubicInOut
The global instance of the createjs.Ease.CubicInOut class.
<static>  
createjs.Ease.cubicOut
The global instance of the createjs.Ease.CubicOut class.
<static>  
createjs.Ease.elasticIn
The global instance of the createjs.Ease.ElasticIn class with its amplitude 1 and period 0.3.
<static>  
createjs.Ease.elasticInOut
The global instance of the createjs.Ease.ElasticInOut class with its amplitude 1 and period ~0.45.
<static>  
createjs.Ease.elasticOut
The global instance of the createjs.Ease.ElasticOut class with its amplitude 1 and period 0.3.
<static>  
createjs.Ease.exports
A table of exported functions.
<static>  
createjs.Ease.linear
The global instance of the linear-interpolation function.
<static>  
createjs.Ease.quadIn
The global instance of the createjs.Ease.QuadInOut class.
<static>  
createjs.Ease.quadInOut
The global instance of the createjs.Ease.QuadInOut class.
<static>  
createjs.Ease.quadOut
The global instance of the createjs.Ease.QuadOut class.
<static>  
createjs.Ease.quartIn
The global instance of the createjs.Ease.QuartIn class.
<static>  
createjs.Ease.quartInOut
The global instance of the createjs.Ease.QuartInOut class.
<static>  
createjs.Ease.quartOut
The global instance of the createjs.Ease.QuartOut class.
<static>  
createjs.Ease.quintIn
The global instance of the createjs.Ease.QuintIn class.
<static>  
createjs.Ease.quintInOut
The global instance of the createjs.Ease.QuintInOut class.
<static>  
createjs.Ease.quintOut
The global instance of the createjs.Ease.QuintOut class.
<static>  
createjs.Ease.sineIn
The global instance of the createjs.Ease.SineIn class.
<static>  
createjs.Ease.sineInOut
The global instance of the createjs.Ease.SineInOut class.
<static>  
createjs.Ease.sineOut
The global instance of the createjs.Ease.SineOut class.
Method Summary
Method Attributes Method Name and Description
<static>  
createjs.Ease.Delegate()
An interface that provides an interpolation method (a.k.a.
<static>  
createjs.Ease.get(amount)
Creates an interpolation object that emulates the easing function used by Flash Pro.
<static>  
createjs.Ease.getBackIn(amount)
Creates a new createjs.Ease.BackIn instance.
<static>  
createjs.Ease.getBackInOut(amount)
Creates a new createjs.Ease.BackInOut instance.
<static>  
createjs.Ease.getBackOut(amount)
Creates a new createjs.Ease.BackOut instance.
<static>  
createjs.Ease.getElasticIn(amplitude, period)
Creates a new createjs.Ease.ElasticIn instance.
<static>  
createjs.Ease.getElasticInOut(amplitude, period)
Creates a new createjs.Ease.ElasticInOut instance.
<static>  
createjs.Ease.getElasticOut(amplitude, period)
Creates a new createjs.Ease.ElasticOut instance.
<static>  
createjs.Ease.getPowIn(pow)
Creates a new createjs.Ease.PowIn instance.
<static>  
createjs.Ease.getPowInOut(pow)
Creates a new createjs.Ease.PowInOut instance.
<static>  
createjs.Ease.getPowOut(pow)
Creates a new createjs.Ease.PowOut instance.
Class Detail
createjs.Ease()
A class that provides interpolation methods used by tweens.
Field Detail
<static> createjs.Ease.backIn
The global instance of the createjs.Ease.BackIn class. This property emulates the createjs.Ease.backIn property of TweenJS.

<static> createjs.Ease.backInOut
The global instance of the createjs.Ease.BackInOut class. This property emulates the createjs.Ease.backInOut property of TweenJS.

<static> createjs.Ease.backOut
The global instance of the createjs.Ease.BackOut class. This property emulates the createjs.Ease.backOut property of TweenJS.

<static> createjs.Ease.bounceIn
The global instance of the createjs.Ease.BounceIn class. This property emulates the createjs.Ease.bounceIn property of TweenJS.

<static> createjs.Ease.bounceInOut
The global instance of the createjs.Ease.BounceInOut class. This property emulates the createjs.Ease.bounceInOut property of TweenJS.

<static> createjs.Ease.bounceOut
The global instance of the createjs.Ease.BounceOut class. This property emulates the createjs.Ease.bounceOut property of TweenJS.

<static> createjs.Ease.circIn
The global instance of the createjs.Ease.CircIn class. This property emulates the createjs.Ease.circIn property of TweenJS.

<static> createjs.Ease.circInOut
The global instance of the createjs.Ease.CircInOut class. This property emulates the createjs.Ease.circInOut property of TweenJS.

<static> createjs.Ease.circOut
The global instance of the createjs.Ease.CircOut class. This property emulates the createjs.Ease.circOut property of TweenJS.

<static> createjs.Ease.cubicIn
The global instance of the createjs.Ease.CubicIn class. This property emulates the createjs.Ease.cubicIn property of TweenJS.

<static> createjs.Ease.cubicInOut
The global instance of the createjs.Ease.CubicInOut class. This property emulates the createjs.Ease.cubicInOut property of TweenJS.

<static> createjs.Ease.cubicOut
The global instance of the createjs.Ease.CubicOut class. This property emulates the createjs.Ease.cubiccOut property of TweenJS.

<static> createjs.Ease.elasticIn
The global instance of the createjs.Ease.ElasticIn class with its amplitude 1 and period 0.3. This property emulates the createjs.Ease.elasticIn property of TweenJS.

<static> createjs.Ease.elasticInOut
The global instance of the createjs.Ease.ElasticInOut class with its amplitude 1 and period ~0.45. This property emulates the createjs.Ease.elasticInOut property of TweenJS.

<static> createjs.Ease.elasticOut
The global instance of the createjs.Ease.ElasticOut class with its amplitude 1 and period 0.3. This property emulates the createjs.Ease.elasticOut property of TweenJS.

<static> createjs.Ease.exports
A table of exported functions.

<static> createjs.Ease.linear
The global instance of the linear-interpolation function.

<static> createjs.Ease.quadIn
The global instance of the createjs.Ease.QuadInOut class. This property emulates the createjs.Ease.quadInOut property of TweenJS.

<static> createjs.Ease.quadInOut
The global instance of the createjs.Ease.QuadInOut class. This property emulates the createjs.Ease.quadInOut property of TweenJS.

<static> createjs.Ease.quadOut
The global instance of the createjs.Ease.QuadOut class. This property emulates the createjs.Ease.quadOut property of TweenJS.

<static> createjs.Ease.quartIn
The global instance of the createjs.Ease.QuartIn class. This property emulates the createjs.Ease.quartIn property of TweenJS.

<static> createjs.Ease.quartInOut
The global instance of the createjs.Ease.QuartInOut class. This property emulates the createjs.Ease.quartInOut property of TweenJS.

<static> createjs.Ease.quartOut
The global instance of the createjs.Ease.QuartOut class. This property emulates the createjs.Ease.quartOut property of TweenJS.

<static> createjs.Ease.quintIn
The global instance of the createjs.Ease.QuintIn class. This property emulates the createjs.Ease.quintIn property of TweenJS.

<static> createjs.Ease.quintInOut
The global instance of the createjs.Ease.QuintInOut class. This property emulates the createjs.Ease.quintInOut property of TweenJS.

<static> createjs.Ease.quintOut
The global instance of the createjs.Ease.QuintOut class. This property emulates the createjs.Ease.quintOut property of TweenJS.

<static> createjs.Ease.sineIn
The global instance of the createjs.Ease.SineIn class. This property emulates the createjs.Ease.sineIn property of TweenJS.

<static> createjs.Ease.sineInOut
The global instance of the createjs.Ease.SineInOut class. This property emulates the createjs.Ease.sineInOut property of TweenJS.

<static> createjs.Ease.sineOut
The global instance of the createjs.Ease.SineOut class. This property emulates the createjs.Ease.sineOut property of TweenJS.
Method Detail
<static> createjs.Ease.Delegate()
An interface that provides an interpolation method (a.k.a. an easing method) used by tweens.

<static> {createjs.Ease.Delegate} createjs.Ease.get(amount)
Creates an interpolation object that emulates the easing function used by Flash Pro.
Parameters:
{number} amount
Returns:
{createjs.Ease.Delegate}

<static> {createjs.Ease.BackIn} createjs.Ease.getBackIn(amount)
Creates a new createjs.Ease.BackIn instance. This method emulates the createjs.Ease.getBackIn method of TweenJS.
Parameters:
{number} amount
Returns:
{createjs.Ease.BackIn}

<static> {createjs.Ease.BackInOut} createjs.Ease.getBackInOut(amount)
Creates a new createjs.Ease.BackInOut instance. This method emulates the createjs.Ease.getBackInOut method of TweenJS.
Parameters:
{number} amount
Returns:
{createjs.Ease.BackInOut}

<static> {createjs.Ease.BackOut} createjs.Ease.getBackOut(amount)
Creates a new createjs.Ease.BackOut instance. This method emulates the createjs.Ease.getBackOut method of TweenJS.
Parameters:
{number} amount
Returns:
{createjs.Ease.BackOut}

<static> {createjs.Ease.ElasticIn} createjs.Ease.getElasticIn(amplitude, period)
Creates a new createjs.Ease.ElasticIn instance. This method emulates the createjs.Ease.getElasticIn method of TweenJS.
Parameters:
{number} amplitude
{number} period
Returns:
{createjs.Ease.ElasticIn}

<static> {createjs.Ease.ElasticInOut} createjs.Ease.getElasticInOut(amplitude, period)
Creates a new createjs.Ease.ElasticInOut instance. This method emulates the createjs.Ease.getElasticInOut method of TweenJS.
Parameters:
{number} amplitude
{number} period
Returns:
{createjs.Ease.ElasticInOut}

<static> {createjs.Ease.ElasticOut} createjs.Ease.getElasticOut(amplitude, period)
Creates a new createjs.Ease.ElasticOut instance. This method emulates the createjs.Ease.getElasticOut method of TweenJS.
Parameters:
{number} amplitude
{number} period
Returns:
{createjs.Ease.ElasticOut}

<static> {createjs.Ease.Delegate} createjs.Ease.getPowIn(pow)
Creates a new createjs.Ease.PowIn instance. This method emulates the createjs.Ease.getPowIn method of TweenJS.
Parameters:
{number} pow
Returns:
{createjs.Ease.Delegate}

<static> {createjs.Ease.Delegate} createjs.Ease.getPowInOut(pow)
Creates a new createjs.Ease.PowInOut instance. This method emulates the createjs.Ease.getPowInOut method of TweenJS.
Parameters:
{number} pow
Returns:
{createjs.Ease.Delegate}

<static> {createjs.Ease.Delegate} createjs.Ease.getPowOut(pow)
Creates a new createjs.Ease.PowOut instance. This method emulates the createjs.Ease.getPowOut method of TweenJS.
Parameters:
{number} pow
Returns:
{createjs.Ease.Delegate}

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