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"

Variable Example 5

by HRHrodmarsson

Created 6 years, 3 months ago.
Based on Variable Example 5 by jamie.