has anyone found a workaround for <this >`Animated...
# compose
a
has anyone found a workaround for this `AnimatedVisibility` bug? The exit animation is ignored if the enter is still playing
l
Hmm can't you perhaps achieve the same behavior using
AnimatedContent
?
a
doesnt seem like it. the enter and exit transitions is part of the composable i am providing in my library