@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-40%)}}.animation-scroll{animation:scroll 10s linear infinite}.animation-scroll:hover{animation-play-state:paused}