Finally, CSS based gradient text, no images
labs.dragoninteractive.com
Finally, CSS based gradient text, no images
1–10 of 27 posts
Re: Finally, CSS based gradient text, no images
#2doesn't seem to work too well with dark backgrounds, either. at least, in chrome.
Re: Finally, CSS based gradient text, no images
#3A couple of side-effects: Firefox 3.0.8 is pretty sluggish when scrolling (although it might be better with only one instance of this used), also you can't (visibly) select the text that has this applied to it.
Re: Finally, CSS based gradient text, no images
#4Interesting technique, but it does use JavaScript (but degrades nicely). A couple of side-effects: Firefox 3.0.8 is pretty sluggish when scrolling (although it might be better with only one instance of this used), also you can't (visibly) select the text that has this applied to it.
Specifically, Xorg and firefox processes use nearly all my CPU when I scroll.
It's unusable in its current form (at least on this system). Hopefully you can tune your code; this is a neat effect.
Re: Finally, CSS based gradient text, no images
#5Contrary to popular opinion, assisstive technology for the visually disabled piggybacks onto existing browsers and so gains the full benefits of Javascript. If you’re going to clone your text 52 times over, then your text will be read out 52 times by the browser. Oops.
Re: Finally, CSS based gradient text, no images
#6The description is here: http://labs.dragoninteractive.com/rainbows_article.php
Re: Finally, CSS based gradient text, no images
#7Re: Finally, CSS based gradient text, no images
#8Interesting technique, but it does use JavaScript (but degrades nicely). A couple of side-effects: Firefox 3.0.8 is pretty sluggish when scrolling (although it might be better with only one instance of this used), also you can't (visibly) select the text that has this applied to it.
Looks good, but I also experienced unbearable sluggishness on Linux/Firefox when scrolling. Specifically, Xorg and firefox processes use nearly all my CPU when I scroll. It's unusable in its current form (at least on this system). Hopefully you can tune your code; this is a neat effect.