I have upgraded to compose 1.5.1 and I had a `fade...
# compose
d
I have upgraded to compose 1.5.1 and I had a
fadeIn() 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.
👍 2
🙌 1