Jonathan
06/02/2025, 2:36 PMModifier.graphicLayer { alpha = animatedAlpha }
and Modifier.graphicLayer { alpha = 1 - animatedAlpha }
in my two Composables but then both Composables would still be in compositions and I would need to disable gestures on the invisible one. Any advice would really be appreciated.Stylianos Gakis
06/02/2025, 3:17 PMJonathan
06/02/2025, 3:22 PMAnimatedContent
seekable? The parameters of a targetValue
is similar to CrossFade
Stylianos Gakis
06/02/2025, 3:24 PM