Skip to content

Commit

Permalink
Increased crossfade animation duration
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Oct 4, 2024
1 parent 8db998b commit 452106d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun SelfHostedUsersScreen(
Crossfade(
targetState = state,
animationSpec = tween(
durationMillis = integerResource(android.R.integer.config_shortAnimTime)
durationMillis = integerResource(android.R.integer.config_mediumAnimTime)
),
label = "Crossfade"
) { targetState ->
Expand Down

0 comments on commit 452106d

Please sign in to comment.