Top
Home

<style>
. {
  width: px;
  height: px;
  background: url('') left center;
  animation: s steps() ;
background-repeat:no-repeat;
}
@keyframes {
   100% { background-position: -px; }
}
</style>

<div class=""></div>