Klasse Easing.ElasticInOut

Umschließende Klasse:
Easing

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

    • ElasticInOut

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

      public ElasticInOut()
      Creates an ElasticInOut 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