Codesnipp.it Social Code Sharing

Amber Weinberg

CSS3 Animating Border Color From Invisible to Solid

by Amber Weinberg on Feb 01, 2012

a { border-bottom: 3px solid rgba(0,157,220,0); transition: border-color .5s linear; -moz-transition: border-color .5s linear; -webkit-transition: border-color .5s linear; } a:hover { border-bottom: 3px solid #009ddc; }

Can't see the comments? Please login first :)