Class createjs.Ease.PowOut
Defined in: ease.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.Ease.PowOut(pow)
A class that implements the polynomial-out interpolation method of the
specified degree as shown in the following graph.
|
Method Attributes | Method Name and Description |
---|---|
interpolate(t)
|
Class Detail
createjs.Ease.PowOut(pow)
A class that implements the polynomial-out interpolation method of the
specified degree as shown in the following graph.
f(t) ^
*
*
*
*
|*
|*
| *
| **
| *****
----------*********-> t
- Parameters:
- pow
Method Detail
interpolate(t)
- Parameters:
- t