AboutScreen: Sped up appearing of loading indicator.

This commit is contained in:
acclorite 2024-08-08 17:17:39 +03:00
parent 21f632792e
commit 4ea0969e4c

View file

@ -98,7 +98,7 @@ fun SlidingTransition(
fun FadeTransitionPreservingSpace( fun FadeTransitionPreservingSpace(
visible: Boolean, visible: Boolean,
modifier: Modifier = Modifier, modifier: Modifier = Modifier,
animationSpec: AnimationSpec<Float> = tween(durationMillis = 300, easing = EaseInOut), animationSpec: AnimationSpec<Float> = tween(durationMillis = 150, easing = EaseInOut),
content: @Composable () -> Unit content: @Composable () -> Unit
) { ) {
val alpha by animateFloatAsState( val alpha by animateFloatAsState(