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