console
<html>
<head>
</head>
<body>
<div class="iamges-dev">
</div>
</body>
</html>
.iamges-dev {
width: 20px;
height: 100px;
background: url('http://dummyimage.com/200x100/894FC4/FFF.png&text=123456789');
animation:run 2s steps(1, start) infinite;
}
@keyframes run {
0% {
background-position: 0 0;
}
11.0% {
background-position: -18px 0;
}
21.0% {
background-position: -36px 0;
}
31.0% {
background-position: -54px 0;
}
41.0% {
background-position: -72px 0;
}
51.0% {
background-position: -90px 0;
}
61.0% {
background-position: -60px 0;
}
71.0% {
background-position: -70px 0;
}
81.0% {
background-position: -80px 0;
}
91.0% {
background-position: -90px 0;
}
100% {
background-position: 0 0;
}
}
@-webkit-keyframes run {
0% {
background-position: 0 0;
}
10.0% {
background-position: -10px 0;
}
20.0% {
background-position: -20px 0;
}
30.0% {
background-position: -30px 0;
}
40.0% {
background-position: -40px 0;
}
50.0% {
background-position: -50px 0;
}
60.0% {
background-position: -120px 0;
}
70.0% {
background-position: -140px 0;
}
80.0% {
background-position: -160px 0;
}
90.0% {
background-position: -180px 0;
}
100% {
background-position: 0 0;
}
}