Cufon & CSS3 Transitions

271 views
Skip to first unread message

Bo Taylor

unread,
Jul 13, 2012, 10:33:30 AM7/13/12
to cu...@googlegroups.com
Hello I am trying to use css3 transitions with cufon and it does not seem to work because I believe it's because it's not actually text anymore it's more like an image.  Has anyone figured out a workaround to get the following code to work?

a, a:link, a:visited {
color: lightblue;
-webkit-transition: color .4s linear;
-moz-transition: color .4s linear;
-o-transition: color .4s linear;
-ms-transition: color .4s linear;
transition: color .4s linear;
}

a:hover {
color: white;
}

Reply all
Reply to author
Forward
0 new messages