Are you sure?
Do you want to delete “Variable Example 5” permanently? You will not be able to undo this action.
Rectangle(color="pink")
circle = Circle(width=5, height=5, color="white")
grow = 40
with animation(duration=4):
circle.width = grow
circle.height = grow
circle.color = "red"