/ Published in: CSS
Use CSS3 to animate the colour of links.
Expand |
Embed | Plain Text
a { -moz-transition: color .25s ease-in-out; -webkit-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; -MS-transition: color .25s ease-in-out; transition: color .25s ease-in-out; }
You need to login to post a comment.
