Skip to content

Instantly share code, notes, and snippets.

@tomax
Created October 9, 2013 11:38
Show Gist options
  • Select an option

  • Save tomax/6899895 to your computer and use it in GitHub Desktop.

Select an option

Save tomax/6899895 to your computer and use it in GitHub Desktop.
animate height auto stolen from http://jsfiddle.net/leaverou/zwvNY/
/* animate height auto stolen from http://jsfiddle.net/leaverou/zwvNY/ */
div {
max-height:1.2em;
background:slategray;
color:white;
transition: 1s;
}
div:hover {
max-height:999px;
}
<!-- content to be placed inside <body>…</body> -->
<div>
Hover over me<br>
foo bar<br>
foo bar<br>
foo bar<br>
foo bar<br>
foo bar<br>
foo bar<br>
foo bar<br>
foo bar<br>
foo bar<br>
</div>
// alert('Hello world!');
{"view":"split","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