Klasse Easing.BackOut

Umschließende Klasse:
Easing

public static class Easing.BackOut extends Easing.Back
Back easing out - moving towards target, overshooting it slightly, then reversing and coming back to target.
  • Konstruktordetails

    • BackOut

      public BackOut()
      Default constructor for BackOut.
    • BackOut

      public BackOut(float overshoot)
      Constructor for BackOut with custom overshoot.
      Parameter:
      overshoot - the overshoot value.
  • 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