Skip to content

Instantly share code, notes, and snippets.

@ama-ch
Created April 6, 2012 04:17
Show Gist options
  • Save ama-ch/2316796 to your computer and use it in GitHub Desktop.
Save ama-ch/2316796 to your computer and use it in GitHub Desktop.
Untitled
.hoge {
border: 1px solid #666;
width: 100px;
height: 100px;
background-color: #ccc;
-webkit-transition: 0.3s ease-out;
transform: scaleY(1);
}
.hoge:hover {
transform: scaleY(0);
height: 0;
}
<div>aaa</div>
<div class="hoge">hoge</div>
<div>aaa</div>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment