Skip to content

Commit

Permalink
Merge pull request #36 from prasidhanchan/v1.x
Browse files Browse the repository at this point in the history
fix: reduce animation delay in LeaderBoard screen
  • Loading branch information
prasidhanchan authored Oct 4, 2024
2 parents 01ea329 + 4f89b6a commit 13bb48a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ internal fun CMHistogram(
delay(1200L)
visible = true
delay = when (position) {
1 -> 800
2 -> 1000
else -> 1200
1 -> 600
2 -> 800
else -> 1000
}
}
}
Expand Down

0 comments on commit 13bb48a

Please sign in to comment.