ObjectAnimator 动画取消并恢复原位

if (mVideoCallObjectAnimator != null) {
    mVideoCallObjectAnimator.cancel();
}
mVideoCallImageView.animate().rotation(0).setDuration(60).start();

猜你喜欢

转载自blog.csdn.net/Jason_HD/article/details/86510844