Are you sure?
Do you want to delete “Circle Grow - 1st project” permanently? You will not be able to undo this action.
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"