Class createjs.Ease.CubicIn
Defined in: ease.js.
Constructor Attributes | Constructor Name and Description |
---|---|
A class that implements the cubic-in interpolation method.
|
Method Attributes | Method Name and Description |
---|---|
interpolate(t)
|
Class Detail
createjs.Ease.CubicIn()
A class that implements the cubic-in interpolation method. (This class is the
specialized class of the createjs.Ease.PowIn class with its degree 3.)
Method Detail
interpolate(t)
- Parameters:
- t