Updated on 2026-08-14
This commit is contained in:
parent
d6be9f1311
commit
10860badeb
1 changed files with 2 additions and 2 deletions
|
|
@ -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) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue