Class Easing.BackOut

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

    • BackOut

      public BackOut()
    • BackOut

      public BackOut(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