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>

2 komentar

Expected and valid points are included in you blog.. I really liked and I got some clear ideas for improve my thoughts from well defined content... keep updating more for us... thanks for shared useful blog..

School Logo Design UK

Balas

lot of things learnt from your blog. got more ideas for us. wonderful tips makes from yours. Executing digital marketing status very helpful one.
IELTS coaching in chennai

Balas

Comment With The Topic

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