@keyframes light-up{0%{filter:brightness(1)}50%{filter:brightness(3)}100%{filter:brightness(1)}}.light-up{animation:light-up 1s ease-in-out}@keyframes color-swipe{0%{fill:#fff}50%{fill:var(--swipe-color)}100%{fill:#fff}}.color-swipe{animation:color-swipe 1s ease-in-out forwards}