(CSS) CSS3 Link Colour Transition

Use CSS3 to animate the colour of links.

  1. a {
  2.         -moz-transition: color .25s ease-in-out;
  3.         -webkit-transition: color .25s ease-in-out;
  4.         -o-transition: color .25s ease-in-out;
  5.         -MS-transition: color .25s ease-in-out;
  6.         transition: color .25s ease-in-out;
  7. }
This entry was posted in Uncategorized and tagged , , , , , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Why ask?

  • Advertisement

  • Categories