我正在尝试制作一个流畅的动画,其中占据大部分屏幕空间的View旋转以显示背面的另一个View:rotatingView.animate().rotationY(90).setDuration(250).setInterpolator(newAccelerateInterpolator()).withEndAction(/*Runnablethatsetsuptherearsideoftheview,thenrotatesYanother90degrees*/);问题是,这个动画进行到大约80%时,View消失了。直到下半场进行到大约20%时,该View才会重新出现。换句话说,它在11点