Uses of Class
tripleplay.anim.AnimBuilder

Packages that use AnimBuilder
Package
Description
 
  • Uses of AnimBuilder in tripleplay.anim

    Subclasses of AnimBuilder in tripleplay.anim
    Modifier and Type
    Class
    Description
    class 
    Handles creation and management of animations.
    class 
    Allows one to specify a group of one or more animations that will be queued up to be started on an Animator at some later time.
    Methods in tripleplay.anim that return AnimBuilder
    Modifier and Type
    Method
    Description
    AnimBuilder.repeat(Layer layer)
    Returns a builder which can be used to construct an animation that will be repeated until the supplied layer has been removed from its parent.
    Animation.Repeat.then()
     
    Animation.then()
    Returns a builder for constructing an animation that will be queued up for execution when the current animation completes.