is there any material about using animations on cu...
# compose
m
is there any material about using animations on custom layouts? I need to animate the children placements. Should I worry about something?
m
another great material, oh yeah
oh boy this looks hard. Wish me lucky
d
If all you need is to animate the placement of children within parent's coordinate space, creating animations using
onPlaced
would probably be sufficient: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]=112?q=onPlaced&ss=androidx%2Fplatform%2Fframeworks%2Fsupport
m
that is definitely something I will experiment with it, thanks!