摘要: sceneView.setOnClickListener{//一触碰屏幕就开始动画 sunView.animate().apply { duration = 1000 rotationY(360f)先旋转360° }.withEndAction { sunView.animate().apply { 阅读全文
posted @ 2021-07-14 12:35 ou尼酱~~~ 阅读(174) 评论(0) 推荐(0)