Skip to content

Instantly share code, notes, and snippets.

@g12n
Created January 2, 2013 12:32
Show Gist options
  • Save g12n/4434290 to your computer and use it in GitHub Desktop.
Save g12n/4434290 to your computer and use it in GitHub Desktop.
Untitled
.container { overflow:hidden ; background: 0}
.pusher { margin-top:-100%; transition:margin-top .5s ease-out; }
.open .pusher { margin-top:0%; }
<div class="container ">
<div class="pusher"></div>
... the rest of the unknown height content
</div><!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"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