Skip to content

Instantly share code, notes, and snippets.

@nathggns
Forked from anonymous/dabblet.css
Created October 10, 2012 22:38
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 nathggns/3868966 to your computer and use it in GitHub Desktop.
Save nathggns/3868966 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: down 1s ease, scale 1s ease .5s;
-webkit-transform: scale(1);
}
@-webkit-keyframes down {
0% {
top: -400px;
}
}
@-webkit-keyframes scale {
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