
public abstract class Elastic extends Object implements EasingFunction
EasingFunction to simulate elastic.| Constructor and Description |
|---|
Elastic() |
| Modifier and Type | Method and Description |
|---|---|
double |
func(double n)
Returns the calculated easing of the passed in n value.
|
public double func(double n)
EasingFunctionfunc in interface EasingFunctionn - the value to be easedCopyright © 2018. All rights reserved.