Class Animation.Repeat

java.lang.Object
tripleplay.anim.Animation
tripleplay.anim.Animation.Repeat
Enclosing class:
Animation

public static class Animation.Repeat extends Animation
Repeats its underlying animation over and over again (until removed).
  • Constructor Details

    • Repeat

      public Repeat(Layer layer)
  • Method Details

    • then

      public AnimBuilder then()
      Description copied from class: Animation
      Returns a builder for constructing an animation that will be queued up for execution when the current animation completes. Note: only a single animation can be chained on this returned animation builder. You cannot queue up multiple animations to fire in parallel using the builder returned by this method. Use AnimGroup for that.
      Overrides:
      then in class Animation