Join Slack
Powered by
Is it possible to animate a composable from normal...
# compose
m
Michael Elgavi
02/03/2021, 9:25 PM
Is it possible to animate a composable from normal sized (wrap content) to
fillMaxHeight()
? I guess it would be possible with
ConstraintLayout
, wondering if there's a simpler solution.
a
Adam Powell
02/03/2021, 9:33 PM
try
Modifier.animateContentSize()
Open in Slack
Previous
Next