Can I somehow animate from wrap content to fill max width?
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 ๐Ÿ™‚