Package de.gurkenlabs.litiengine.tweening
package de.gurkenlabs.litiengine.tweening
-
ClassDescriptionA Tween is an interpolation between start values and target values over a given time period.The Tweenable interface allows modifying an object's attributes smoothly over time using
Tweeninstances managed by theTweenEngine.The TweenEngine is the central manager for Tweens.An interface to generally apply a function to a value.Easing equations based on Robert Penner's work: ...This listener interface receives lifecycle events from aTween.Determines how aTweenbehaves once its duration has elapsed.The TweenType determines which values of aTweenablewill be modified by aTween.