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