T - public interface ReversableValueAnimator<T> extends ValueAnimator<T>
ValueAnimators that can be reversed.| Modifier and Type | Method and Description |
|---|---|
ReversableValueAnimator<T> |
reverseAnimator()
Reverse the animator and return it, or make a new animator
with the same state as this animator, but reversed direction.
|
hasFinished, nextValue, resetReversableValueAnimator<T> reverseAnimator()