Description
class BounceEase extends EasingFunction
Constructor
new BounceEase(bounces, bounciness)
Parameters
|
Name |
Type |
Description |
| optional |
bounces |
number |
|
| optional |
bounciness |
number |
|
Members
bounces : number
bounciness : number
Methods
easeInCore(gradient) → number
Parameters
|
Name |
Type |
Description |
|
gradient |
number |
|