[6.3.0]一键停服将progress速度改为10秒一圈

This commit is contained in:
xuxinchao
2024-03-15 14:06:10 +08:00
parent 58c9e42158
commit 70ac4f8588

View File

@@ -110,7 +110,7 @@ class CheckSystemView @JvmOverloads constructor(
}
progressAnimator?.interpolator = LinearInterpolator()
progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环
progressAnimator?.duration = 6000 //设置持续时间
progressAnimator?.duration = 10000 //设置持续时间
progressAnimator?.startDelay = 0
progressAnimator?.start()
//一键停服倒计时中
@@ -154,7 +154,7 @@ class CheckSystemView @JvmOverloads constructor(
}
progressAnimator?.interpolator = LinearInterpolator()
progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环
progressAnimator?.duration = 6000 //设置持续时间
progressAnimator?.duration = 10000 //设置持续时间
progressAnimator?.startDelay = 0
progressAnimator?.start()
}
@@ -425,7 +425,7 @@ class CheckSystemView @JvmOverloads constructor(
}
progressAnimator?.interpolator = LinearInterpolator()
progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环
progressAnimator?.duration = 6000 //设置持续时间
progressAnimator?.duration = 10000 //设置持续时间
progressAnimator?.startDelay = 0
progressAnimator?.start()
//开始60S倒计时