, 0, -100%, , . , . , -100% ( ), 0 ( ).
,
animation-direction alternate. 0 -100% , -100% 0 .
@keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -100% 0; }
}
body{
background-image: url(http://placehold.it/100x100);
background-repeat: repeat-x;
animation: animatedBackground 15s linear alternate infinite;
overflow: hidden;
}
Hide result: . , . , .