Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Created May 14, 2013 15:46
Show Gist options
  • Save JiveDig/5576998 to your computer and use it in GitHub Desktop.
Save JiveDig/5576998 to your computer and use it in GitHub Desktop.
.someclass {
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment