标签: java android android-animation
我有一个属性ViewPropertyAnimator,可以在y轴上旋转ImageView
ViewPropertyAnimator
ImageView
animate().rotationY(180).alpha(0).setDuration(300).start();
它运行良好但在华为设备中它会消失ImageView。我将rotationY更改为rotation并且它正常运行。有什么问题?
rotationY
rotation
答案 0 :(得分:0)
尝试使用view.setCameraDistance(10 * view.getWidth());
view.setCameraDistance(10 * view.getWidth());