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 = 60
with animation(duration=50):
circle.width = grow
circle.height = grow
circle.color = "red"
by alyssancasas
Created 4 years, 2 months ago.
Based on Variable Example 5
by jamie.