public static class Interpolation.Elastic extends Interpolation
Interpolation.Bounce, Interpolation.BounceIn, Interpolation.BounceOut, Interpolation.Elastic, Interpolation.ElasticIn, Interpolation.ElasticOut, Interpolation.Exp, Interpolation.ExpIn, Interpolation.ExpOut, Interpolation.Pow, Interpolation.PowIn, Interpolation.PowOut, Interpolation.Swing, Interpolation.SwingIn, Interpolation.SwingOutbounce, bounceIn, bounceOut, circle, circleIn, circleOut, elastic, elasticIn, elasticOut, exp10, exp10In, exp10Out, exp5, exp5In, exp5Out, fade, linear, pow2, pow2In, pow2InInverse, pow2Out, pow2OutInverse, pow3, pow3In, pow3InInverse, pow3Out, pow3OutInverse, pow4, pow4In, pow4Out, pow5, pow5In, pow5Out, sine, sineIn, sineOut, smooth, smooth2, smoother, swing, swingIn, swingOut| Constructor and Description |
|---|
Elastic(float value,
float power,
int bounces,
float scale) |
| Modifier and Type | Method and Description |
|---|---|
float |
apply(float a) |
applypublic float apply(float a)
apply in class Interpolationa - Alpha value between 0 and 1.