Skip to content

Instantly share code, notes, and snippets.

Created October 10, 2012 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/3868957 to your computer and use it in GitHub Desktop.
Save anonymous/3868957 to your computer and use it in GitHub Desktop.
Untitled
* { padding: 0; margin: 0; }
body { background: #eeeeee; }
img {
-webkit-filter: grayscale(100%);
position: absolute;
top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -150px;
-webkit-animation: in 1s ease;
-webkit-transform: scale(1);
}
@-webkit-keyframes in {
0% {
top: -400px;
}
70% {
top: 50%;
-webkit-transform: scale(1.2);
}
}
<img src="http://placekitten.com/300/300">
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment