Klasse Easing.BackInOut

Umschließende Klasse:
Easing

public static class Easing.BackInOut extends Easing.Back
Back easing in/out - backtracking slightly, then reversing direction and moving to target, then overshooting target, reversing, and finally coming back to target.
  • Konstruktordetails

    • BackInOut

      public BackInOut()
      Default constructor for BackInOut.
    • BackInOut

      public BackInOut(float overshoot)
      Constructor for BackInOut 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