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

Method ElasticIn

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

Source from the content-addressed store, hash-verified

259 */
260 class ElasticIn extends Elastic {
261 public ElasticIn(float amplitude, float period) {
262 super(amplitude, period);
263 }
264
265 public ElasticIn() {
266 super();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected