AboutScreen: Sped up appearing of loading indicator.
This commit is contained in:
parent
21f632792e
commit
4ea0969e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue