dimsuz
09/12/2023, 11:06 AMfadeIn() with fadeOut()
inside an AnimatedContent
. Suddenly animations now look different, they not only fade, but some kind of a "reveal" animation is present. Did something change? Can I disable "reveal" somehow?
UPD: Found the solution: I needed to add .using(sizeTransform = null)
to the transtion spec.