Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created June 29, 2012 10:44
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 jakearchibald/3017291 to your computer and use it in GitHub Desktop.
Save jakearchibald/3017291 to your computer and use it in GitHub Desktop.
Untitled
@keyframes zoom {
from {
transform: scale(0.1);
}
to {
transform: scale(10) translate(-30px, 80px);
}
}
img {
animation-name: zoom;
animation-duration: 40s;
}
<img src="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash4/487689_424930147547284_922281022_n.jpg" alt="KISSY KISSY ON YOUR FACE">
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment