Are you sure?
Do you want to delete “Pulsing Heart” permanently? You will not be able to undo this action.
from icons import Heart
heart = Heart(width=60, height=60, color='violet')
rainbow = ['red', 'orange', 'yellow', 'green', 'blue', 'indigo', 'violet']
for color in rainbow:
with animation(duration=1.5):
heart.color = color
heart.width = 70
heart.height = 70
with animation(duration=0.3):
heart.width = 60
heart.height = 60