对于动画,我必须聆听ViewPropertyAnimator的每一步。我将AnimatorUpdateListener与setUpdateListener结合使用。来源:http://developer.android.com/reference/android/view/ViewPropertyAnimator.html我如何使用它的例子:image.animate().translationY(transY).setDuration(duration).setUpdateListener(newAnimatorUpdateListener(){@Overridepublicvoid