Klasse Easing.ElasticIn

Umschließende Klasse:
Easing

public static class Easing.ElasticIn extends Easing.Elastic
An Elastic easing used for ElasticIn functions.
  • Konstruktordetails

    • ElasticIn

      public ElasticIn(float amplitude, float period)
      Creates an ElasticIn with custom settings.
      Parameter:
      amplitude - the amplitude
      period - the period
    • ElasticIn

      public ElasticIn()
      Creates an ElasticIn with default settings.
  • Methodendetails

    • ease

      public float ease(float value, float min, float max, float time)
      Beschreibung aus Klasse kopiert: Easing
      The basic function for easing.
      Angegeben von:
      ease in Klasse Easing
      Parameter:
      value - the time (either frames or in seconds/milliseconds)
      min - the beginning value
      max - the value changed
      time - the duration time
      Gibt zurück:
      the eased value