标签: android animation
我正在使用此library为ImageView制作动画。它工作得非常好,我找不到停止动画的方法。 我试过了:
ImageView
image_1.clearAnimation(); image_1.setAnimation(null); image_1.animate().cancel();
答案 0 :(得分:0)
为动画添加AnimationListener。你可以更容易地停止动画的工作或者可能在几轮之后停止动画
AnimationListener