Skip to content

Instantly share code, notes, and snippets.

@exwar
Created October 16, 2013 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exwar/7005649 to your computer and use it in GitHub Desktop.
Save exwar/7005649 to your computer and use it in GitHub Desktop.
Untitled
BODY {
background-color: slategrey;
}
.hi {
width: 48px;
height: 48px;
background: darkgrey;
background-image: url("http://d.pr/i/M5gO+");
animation: play 1s steps(9);
animation-fill-mode: forwards;
}
@keyframes play {
from { background-position: 0px; }
to { background-position: -459px; }
}
<img src="http://d.pr/i/M5gO+" />
<div class="hi"></div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment