Katiella
0
Q:

make infinite keyframe

.waves {
    animation: animatedImage 5s linear infinite;
    }


@keyframes animatedImage {
    0% { left: 2000px;}
   100% { left: -2000px;}
}
0

New to Communities?

Join the community