.animated-filter{--move-x-from:-100%;--move-x-to:calc(100% + 100cqw);animation-iteration-count:infinite;animation-name:move-x;animation-play-state:paused;animation-timing-function:linear}@keyframes move-x{0%{transform:translateX(var(--move-x-from))}to{transform:translateX(var(--move-x-to))}}.group:hover .animated-filter{animation-play-state:running}