Uses of Interface
pi.animation.tweening.TweenEquation
Packages that use TweenEquation
Package
Description
Klassen zur Animation von Figuren durch Berechnung von
Einzelbildern zwischen zwei Schlüsselbildern.
-
Uses of TweenEquation in pi.animation.tweening
Methods in pi.animation.tweening that return TweenEquationModifier and TypeMethodDescriptionTween.getEquation()Gets the tween equation that modifies the start values each tick.TweenFunction.getEquation()Gets the mathematical equation.Methods in pi.animation.tweening with parameters of type TweenEquationModifier and TypeMethodDescriptionTween.ease(TweenEquation easeEquation) Sets a custom easing function for this Tween.