.animated-filter{--move-x-from:-100%;--move-x-to:calc(100% + 100cqw);animation-name:move-x;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused}@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}
