Uses of Class
ea.animation.ValueAnimator
Packages that use ValueAnimator
-
Uses of ValueAnimator in ea.actor
Methods in ea.actor that return ValueAnimatorModifier and TypeMethodDescriptionGeometry.animateColor
(float duration, Color color) final ValueAnimator<Float>
Actor.animateOpacity
(float time, float toOpacityValue) Animiert die Opacity dieses Actors über einen festen Zeitraum: Beginnend von der aktuellen Opacity, ändert sie sich "smooth" (mitEaseInOutFloat
Interpolation) vom aktuellen Opacity-Wert (die Ausgabe vongetOpacity()
bis hin zum angebebenen Opacity-Wert.final ValueAnimator<Float>
Actor.animateParticle
(float lifetime) Setzt den BodyType auf PARTICLE und animiert das Partikel, sodass es ausblasst und nach der Lebenszeit komplett verschwindet. -
Uses of ValueAnimator in ea.animation
Methods in ea.animation that return ValueAnimator