rotationX,rotationY怎么用?调了一次以后ImageView消失了
rotationX,rotationY怎么用?调了一次以后ImageView消失了。
ObjectAnimator animator1 = ObjectAnimator.ofFloat(mImageView, "rotationX", 0f, 360f); ObjectAnimator animator3 = ObjectAnimator.ofFloat(mImageView,"rotationY",0f,360f); 不可以这么调么?