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

Method ElasticOut

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

Source from the content-addressed store, hash-verified

286 */
287 class ElasticOut extends Elastic {
288 public ElasticOut(float amplitude, float period) {
289 super(amplitude, period);
290 }
291
292 public ElasticOut() {
293 super();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected