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