Skip to content

Instantly share code, notes, and snippets.

@felquis
Created April 3, 2012 06:19
Show Gist options
  • Save felquis/2289722 to your computer and use it in GitHub Desktop.
Save felquis/2289722 to your computer and use it in GitHub Desktop.
Teste com transition
/**
* Teste com transition
*/
a {
display:inline-block;
height:50px;
background: #f06;
transition: background 1s ease-in;
transition: height 2s ease-in;
}
a:hover {
background: green;
height:100px;
}
<a href="#">Triste</a>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment