Uses of Class
tripleplay.anim.Animation.One
Packages that use Animation.One
-
Uses of Animation.One in tripleplay.anim
Methods in tripleplay.anim that return Animation.OneModifier and TypeMethodDescriptionAnimation.One.from
(float value) Configures the starting value.Animation.One.to
(float value) Configures the ending value.AnimBuilder.tween
(Animation.Value value) Starts a tween using the supplied custom value.AnimBuilder.tweenAlpha
(Layer layer) Starts a tween on the supplied layer's transparency.AnimBuilder.tweenRotation
(Layer layer) Starts a tween on the supplied layer's rotation.AnimBuilder.tweenScale
(Layer layer) Starts a tween on the supplied layer's x/y-scale.AnimBuilder.tweenScaleX
(Layer layer) Starts a tween on the supplied layer's x-scale.AnimBuilder.tweenScaleY
(Layer layer) Starts a tween on the supplied layer's y-scale.AnimBuilder.tweenVolume
(Sound sound) Tweens the volume of the supplied sound.AnimBuilder.tweenVolume
(Playable sound) Tweens the volume of the supplied playable.Starts a tween on the supplied layer's x-translation.Starts a tween on the supplied layer's y-translation.