Uses of Class
tripleplay.anim.Animation.Two
Packages that use Animation.Two
-
Uses of Animation.Two in tripleplay.anim
Methods in tripleplay.anim that return Animation.TwoModifier and TypeMethodDescriptionAnimation.Two.from
(float fromx, float fromy) Configures the starting values.Animation.Two.from
(pythagoras.f.XY pos) Configures the starting values.Animation.Two.to
(float tox, float toy) Configures the ending values.Animation.Two.to
(pythagoras.f.XY pos) Configures the ending values.AnimBuilder.tween
(Animation.XYValue value) Starts a tween using the supplied custom X/Y value.AnimBuilder.tweenOrigin
(Layer layer) Starts a tween on the supplied layer's origin.AnimBuilder.tweenScaleXY
(Layer layer) Starts a tween on the supplied layer's x/y-scale.AnimBuilder.tweenTranslation
(Layer layer) Starts a tween on the supplied layer's x/y-translation.Starts a tween on the supplied layer's x/y-translation.