旋转Y在某些手机上不起作用

时间:2017-08-03 07:21:48

标签: java android android-animation

我有一个属性ViewPropertyAnimator,可以在y轴上旋转ImageView

animate().rotationY(180).alpha(0).setDuration(300).start();

它运行良好但在华为设备中它会消失ImageView。我将rotationY更改为rotation并且它正常运行。有什么问题?

1 个答案:

答案 0 :(得分:0)

尝试使用view.setCameraDistance(10 * view.getWidth());