[sweeper-cloud]倒计时转圈方向修改

This commit is contained in:
bxb
2023-05-18 21:01:10 +08:00
parent accdce8a7c
commit 0fdd1c24da

View File

@@ -33,7 +33,7 @@ class SweeperCloudLoadingDialog : BaseFloatDialog, LifecycleObserver {
* 开始旋转
*/
private fun startRotation() {
objectAnimator = ObjectAnimator.ofFloat(mLoadingView, "rotation", 0f, 720f)
objectAnimator = ObjectAnimator.ofFloat(mLoadingView, "rotation", -720f, 0f)
objectAnimator?.let {
it.duration = 3000
it.repeatCount = -1