Can I somehow animate from wrap content to fill ma...
# compose
t
Can I somehow animate from wrap content to fill max width?
c
Try the
animateContentSize
Modifier, on the Composable that wraps your Composable on which you are changing from warp content to fillMaxWidth https://developer.android.com/jetpack/compose/animation#animateContentSize
t
Looks promising, I’m trying to test but it’s quite slow to build, I’ll report back, thanks! 😄
👍 1
Worked flawlessly, I just need to tweak the animation spec a bit, thanks @Csaba Szugyiczki!
🙌 1
c
Awesome! Glad I could help 🙂