Class Easing.BackIn

Enclosing class:
Easing

public static class Easing.BackIn extends Easing.Back
Back easing in - backtracking slightly, then reversing direction and moving to target.
  • Constructor Details

    • BackIn

      public BackIn()
    • BackIn

      public BackIn(float overshoot)
  • Method Details

    • ease

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