MCPcopy Create free account
hub / github.com/LaVache-FR/AnimationUtil / ElasticInOut

Method ElasticInOut

fr/lavache/anime/Easing.java:315–317  ·  view source on GitHub ↗
(float amplitude, float period)

Source from the content-addressed store, hash-verified

313 */
314 class ElasticInOut extends Elastic {
315 public ElasticInOut(float amplitude, float period) {
316 super(amplitude, period);
317 }
318
319 public ElasticInOut() {
320 super();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected