Are you sure?
Do you want to delete “My cool circle!” permanently? You will not be able to undo this action.
Rectangle(color=['blue', 'black'])
my_circle = Circle(color='red', width=50, height=50)
with animation(duration=3):
my_circle.color = 'blue'
my_circle.width = 80
my_circle.height = 80