Class Easing.BackInOut

Enclosing class:
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.
  • Constructor Details

    • BackInOut

      public BackInOut()
    • BackInOut

      public BackInOut(float overshoot)
  • Method Details

    • ease

      public float ease(float t, float b, float c, float d)
      Description copied from class: Easing
      The basic function for easing.
      Specified by:
      ease in class Easing
      Parameters:
      t - the time (either frames or in seconds/milliseconds)
      b - the beginning value
      c - the value changed
      d - the duration time
      Returns:
      the eased value