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