@keyframes move{0%{transform:translateX(0)}to{transform:translateX(-100px)}}.wave-animation{animation:move 5s linear infinite}