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