1

在不同的相对布局(如 panel1、2、3 等)之间切换并使用图像视图在其中运行动画,img.setVisibility(VISIBLE); img.setImageResource(R.drawable.img_14); img.setY(-500); AnimatorSet an14 = new AnimatorSet(); an14.play(ObjectAnimator.ofFloat(img38, Y, -500f, -40f)); an14.setStartDelay(11000); an14.setDuration(900); an14.start(); 但当我重新切换到旧面板时,动画不可见,我尝试了 img.clearAmnimation();panel.clearAnimation(); 但这不起作用,我是动画新手,请指导

4

0 回答 0