I want to draw 5 circle with text in them and anim...
# compose
u
I want to draw 5 circle with text in them and animate them, until now I managed to animate just circles with draw circle the goal at the end to learn animate any "view" https://twitter.com/3bdoelnaggar/status/1318322080434343936 how can I achieve that thanks
d
What are the other animations that you'd like to have, aside from animating the circles out?
u
I want to replace the circles with any @composable
d
Since you are already calculating the offset for each circle, it should be a fairly straightforward change to animate the offset modifier of a set of Composables.
u
ok I will read it and try it thanks