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.| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2012-2013. All Rights Reserved.