Klasse Easing.BackIn

Umschließende Klasse:
Easing

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

    • BackIn

      public BackIn()
      Default constructor for BackIn.
    • BackIn

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