Jelajah More on this category »
Wisata More on this category »
Liburan More on this category »
.

CSS Animation Keyframes Bye Bye

Click Image For View Demo

CSS
.hi {
    width: 50px;
    height: 72px;
    background-image: url("http://palmahutabarat.clan.su/img/sprite_animation.png");
 
    -webkit-animation: play .8s steps(10) infinite;
       -moz-animation: play .8s steps(10) infinite;
        -ms-animation: play .8s steps(10) infinite;
         -o-animation: play .8s steps(10) infinite;
            animation: play .8s steps(10) infinite;
}
@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}
@-moz-keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}
@-ms-keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}
@-o-keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}
@keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}

HTML
<div class="hi"></div>

Related Post:

2 komentar

Maaf link hidup tidak akan tampil di sini!

Balas

Maaf link hidup tidak akan tampil di sini!

Balas

Comment With The Topic

Copyright © 2013. Maz - Scripts - All Rights Reserved | Template Created by Kompi Ajaib Proudly powered by Blogger