https://kotlinlang.org logo
#compose
Title
# compose
u

3bdoelnaggar

10/31/2020, 12:05 AM
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

Doris Liu

10/31/2020, 12:13 AM
What are the other animations that you'd like to have, aside from animating the circles out?
u

3bdoelnaggar

10/31/2020, 12:18 AM
I want to replace the circles with any @composable
d

Doris Liu

10/31/2020, 12:34 AM
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

3bdoelnaggar

10/31/2020, 1:04 AM
ok I will read it and try it thanks