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