Skip to content

Instantly share code, notes, and snippets.

@msankhala
Created April 27, 2012 05:28
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 msankhala/2506158 to your computer and use it in GitHub Desktop.
Save msankhala/2506158 to your computer and use it in GitHub Desktop.
Untitled
<!-- content to be placed inside <body>…</body> -->
<style>
.transitiondelay{
width:200px;
height:200px;
background:#fed;
-webkit-transition: all 0.3s ease-in-out 0.5s;
-moz-transition: all 0.3s ease-in-out 0.5s;
-o-transition: all 0.3s ease-in-out 0.5s;
transition: all 0.3s ease-in-out 0.5s;
}
.transitiondelay:hover{
background: rgba(255, 255, 255, 0.15);
}
</style>
<div class="transitiondelay"> </div>
{"view":"split-vertical","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