Skip to content

Instantly share code, notes, and snippets.

@gyndav
Created September 1, 2011 07:06
Show Gist options
  • Save gyndav/1185619 to your computer and use it in GitHub Desktop.
Save gyndav/1185619 to your computer and use it in GitHub Desktop.
CSS3 link hover transition
a {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment