Uses of Enum Class
pi.animation.tweening.TweenFunction
Packages that use TweenFunction
Package
Description
Klassen zur Animation von Figuren durch Berechnung von
Einzelbildern zwischen zwei Schlüsselbildern.
-
Uses of TweenFunction in pi.animation.tweening
Methods in pi.animation.tweening that return TweenFunctionModifier and TypeMethodDescriptionstatic TweenFunctionReturns the enum constant of this class with the specified name.static TweenFunction[]TweenFunction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pi.animation.tweening with parameters of type TweenFunctionModifier and TypeMethodDescriptionTween.ease(TweenFunction easingFunction) Sets a predefined easing function for this Tween.