public static interface ValueAnimator.AnimatorUpdateListener
ValueAnimator
instance to receive callbacks on every animation
frame, after the current frame's values have been calculated for that
ValueAnimator
.限定符和类型 | 方法和说明 |
---|---|
void |
onAnimationUpdate(ValueAnimator animation)
Notifies the occurrence of another frame of the animation.
|
void onAnimationUpdate(ValueAnimator animation)
Notifies the occurrence of another frame of the animation.
animation
- The animation which was repeated.