Are you sure?
Do you want to delete “Test” permanently? You will not be able to undo this action.
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