Updated on 2026-08-14

This commit is contained in:
Tangem 2022-06-21 10:23:47 +03:00
parent d6be9f1311
commit 10860badeb

View file

@ -97,8 +97,8 @@ fun StoriesBottomImageAnimation(
totalDuration: Int,
content: @Composable (Modifier) -> Unit
) {
val scaleSwitchBarrier = remember { 1.15f }
val secondStepDuration = remember { totalDuration - firstStepDuration }
val scaleSwitchBarrier = 1.15f
val secondStepDuration = totalDuration - firstStepDuration
val isFirstStepLaunched = remember { mutableStateOf(false) }
val isSecondStepLaunched = remember { mutableStateOf(false) }