Skip to content

Instantly share code, notes, and snippets.

@timgthomas
Created July 29, 2011 17:49
Show Gist options
  • Save timgthomas/1114331 to your computer and use it in GitHub Desktop.
Save timgthomas/1114331 to your computer and use it in GitHub Desktop.
.transition {
-moz-transition: all 0.5s ease; /* Firefox */
-o-transition: all 0.5s ease; /* Opera */
-webkit-transition: all 0.5s ease; /* Safari and Chrome */
-ms-transition: all 0.5s ease; /* Internet Explorer */
transition: all 0.5s ease;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment