如btn.setTranslationY(10); 每次执行该ban都是从原位置开始动,怎么让它动完了之后固定再执行时从上次位置开始?
animation.setFillAfter(true); //设置动画结束后是否回到原点,true为动画结束后不会回到原点,false会回到原点