Skip to content

Instantly share code, notes, and snippets.

@geovanerocha
Last active August 29, 2015 14:17
Show Gist options
  • Save geovanerocha/b289755317eb8d00b928 to your computer and use it in GitHub Desktop.
Save geovanerocha/b289755317eb8d00b928 to your computer and use it in GitHub Desktop.
TransitionExample
.test{
transition: background-color 0.5 ease;
background: #f00;
}
.test:hover{
background: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment