Class Animation.One

Enclosing class:
Animation

public static class Animation.One extends Animation.Interped<Animation.One>
Animates a single scalar value.
  • Constructor Details

  • Method Details

    • from

      public Animation.One from(float value)
      Configures the starting value. Default: the value of the scalar at the time that the animation begins.
    • to

      public Animation.One to(float value)
      Configures the ending value. Default: 0.
    • toString

      public String toString()
      Overrides:
      toString in class Animation