I was wondering if I can animate the font size of ...
# compose
r
I was wondering if I can animate the font size of a
Text
and skip recomposition? The above solution (in the thread) doesn't work which makes sense since it affects directly the width/height Do you know if there's a way to do that affecting the position of other layouts around the text? That would mean that
Drawing
phase won't work in this scenario