public final class AnimatorEvent extends Object
AnimatorListener
.
It contains a reference to the animator and animation progress value which is can be used only in case of
AnimatorListener.animatorPreTick
and AnimatorListener.animatorPostTick
methods.Modifier and Type | Method and Description |
---|---|
Animator |
getAnimator()
Returns the related animator instance.
|
double |
getProgress()
The animation progress value.
|
public Animator getAnimator()
public double getProgress()
AnimatorListener.animatorPreTick
and AnimatorListener.animatorPostTick
methods.