Skip to content

Instantly share code, notes, and snippets.

@icebeat
Created May 21, 2012 16:46
Show Gist options
  • Save icebeat/2763218 to your computer and use it in GitHub Desktop.
Save icebeat/2763218 to your computer and use it in GitHub Desktop.
Untitled
body {
text-align: center;
}
@-webkit-keyframes wink {
from { background-position: 0px; }
to { background-position: -96px; }
}
.hi {
width: 16px;
height: 17px;
background-image: url("http://f.cl.ly/items/16353k0n1X2E22090242/white-sprite.png");
margin: 0 auto;
-webkit-animation: wink .8s steps(6) infinite;
}​
<img src="http://cssdeck.com/uploads/media/items/9/9fVQoLD.png">
<div class="hi"></div>​
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment