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