T
- public interface ReversableValueAnimator<T> extends ValueAnimator<T>
ValueAnimator
s 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, reset
ReversableValueAnimator<T> reverseAnimator()