How to use AnimatedContent to animate text changes...
# compose
m
How to use AnimatedContent to animate text changes, but also animate the initial value?
I cannot use animatedvisibility for this. I am kinda stuck
d
Have you considered putting the AnimatedContent inside a AnimatedVisibility?
m
Hm it might just work. Thanks, ill try it