Skip to content

Instantly share code, notes, and snippets.

@leuchtetgruen
Created June 6, 2012 13:29
Show Gist options
  • Save leuchtetgruen/2881863 to your computer and use it in GitHub Desktop.
Save leuchtetgruen/2881863 to your computer and use it in GitHub Desktop.
Untitled
img {
transition: all 0.5s ease-in-out;
}
img:hover {
transform: scaleY(1.5);
}
<h1>Longcat is long</h1>
<img src="http://cache.ohinternet.com/images/5/5c/Longcat.jpg" height="300px"/>
<p>
Hover to make longcat even longer
</p>
{"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