We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f2d75 commit b78e0caCopy full SHA for b78e0ca
miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic/PullToRefresh.kt
@@ -572,9 +572,9 @@ class PullToRefreshState(
572
573
private suspend fun startManualRefreshCompleteAnimation() {
574
_refreshCompleteAnimProgress.floatValue = 0f
575
- val durationMillis = 100
+ val durationMillis = 200
576
val startTime = TimeSource.Monotonic.markNow()
577
- val easing: Easing = LinearEasing
+ val easing: Easing = LinearOutSlowInEasing
578
579
while (true) {
580
val elapsedTime = startTime.elapsedNow().inWholeMilliseconds
0 commit comments