
public class ElasticOut extends Elastic
EasingFunction that produces an Elastic at the end of the
animation.| Constructor and Description |
|---|
ElasticOut() |
| 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 EasingFunctionfunc in class Elasticn - the value to be easedCopyright © 2018. All rights reserved.