https://kotlinlang.org logo
#compose
Title
# compose
e

efemoney

09/16/2020, 9:49 PM
I believe I know the answer but does animating text size in compose still have the same drawbacks as discussed in some conference talks cc @nickbutcher (I dont have a link handy)
n

nickbutcher

09/17/2020, 8:06 AM
Yes the same caveats apply. What's your use case? Cc @Siyamed
e

efemoney

09/17/2020, 8:06 AM
Collapsing Appbar title.
This is what I have currently. I’m _*lerp*_ing the text size from 16 - 24 `sp`_._ Will see what @Siyamed says but it should be easy to pin it to either 16/24
sp
based on scroll value 👍🏼
s

Siyamed

09/23/2020, 4:39 PM
😕 yes we have the exact same stack in terms of text layout, minikin, skia etc. so all text animation constraints apply.
e

efemoney

09/23/2020, 4:45 PM
Thanks that's what I thought 🙏
5 Views