Package de.gurkenlabs.litiengine.tweening

  • Interface Summary 
    InterfaceDescription
    Tweenable
    The Tweenable interface allows modifying an object's attributes smoothly over time using Tween instances managed by the TweenEngine.
    TweenEquation
    An interface to generally apply a function to a value.
  • Class Summary 
    ClassDescription
    Tween
    A Tween is an interpolation between start values and target values over a given time period.
    TweenEngine
    The TweenEngine is the central manager for Tweens.
  • Enum Summary 
    EnumDescription
    TweenFunction
    Easing equations based on Robert Penner's work: http://robertpenner.com/easing/
    TweenType
    The TweenType determines which values of a Tweenable} will be modified by a Tween.