Rectangle(width=50,height=50,color="blue")
circle=Circle(width=15,height=15,color="purple")
grow=40
with animation(duration=10):
    circle.width=grow
    circle.height=grow
    circle.color="pink"

Circle Grow - 1st project

by CUTEKAWAIICODER

Created 2 years, 8 months ago.