Class Index | File Index

Classes


Class createjs.Ease.PowIn


Defined in: ease.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that implements the polynomial-in interpolation method of the specified degree as shown in the following graph.
Method Summary
Method Attributes Method Name and Description
 
Class Detail
createjs.Ease.PowIn(pow)
A class that implements the polynomial-in interpolation method of the specified degree as shown in the following graph. f(t) ^ | * | * | * | * | * | * | * | ** | ***** ***********---------> t
Parameters:
{number} pow
Method Detail
interpolate(t)
Parameters:
t

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:28 GMT+0900 (JST)