Circle(color='blue')
from icons import Heart
heart = Heart(width=60, height=60, color='red')
colors = ['pink', 'orange']
for c in colors:
    with animation(duration=2):
        heart.color = c

Test

by klees3

Created 5 years, 9 months ago.