Код: Выделить всё
.wrapper {
height: 175.77px;
width: 181.088px;
background-image: url("time.svg");
animation-name: time;
animation-duration: 4s;
animation-timing-function: steps(23, end);
animation-iteration-count: infinite;
}
@keyframes time {
from {
background-position: 0 0;
}
to {
background-position: 4270 0;
}
}
Подробнее здесь: https://stackoverflow.com/questions/796 ... with-steps
Мобильная версия