Are you sure?
Do you want to delete “Variable Example 5” permanently? You will not be able to undo this action.
Rectangle(color="black")
circle = Circle(width=5, height=5, color="silver")
grow = 80
with animation(duration=0.22):
circle.width = grow
circle.height = grow
circle.color = "white"
Created 6 years, 3 months ago.
Based on Variable Example 5
by jamie.