3 Beautiful CSS Effects With Tutorials And Source Files By Dragon Labs
19
May
// php the_time('Y') ?>
Dragon Labs is featuring 3 beautiful CSS / JavaScript effects that you may want to use in your websites. Here they are:
Codename Rainbows
A solution to create rainbow effects by not using any images.
It is accomplished with the help of some JavaScript and CSS magic to apply a two-color gradient to any text. Shadows and highlights can also be applied.
Codename Putterfish
This is a CSS trick, specially used in menus, that fades any other elements when one of the items is hovered.
Codename DragonFish
It is technique to smoothly change colors and create ambient motion. A nice demo is presented here.
P.S. Rainbow & Putterfish are well-described & source files are offered. On the other hand, DragonFish, currently, only comes with the demo.
- Tags:
Javascript Rainbox
- Filed under: Design, Other License, Xhtml & Css
- 5 Comments
















5 Responses for "3 Beautiful CSS Effects With Tutorials And Source Files By Dragon Labs"
This effects are extremly gorgeous. Specially the DragonFish. I hope they’ll offer the source files.
as far as codename dragonfish just having the demo, you could view source or use firebug to get the code and piece it together yourself
A “putterfish” is an accomplished golfer. A “pufferfish” is a CSS demo. Minor typo and minor humor.
<3 WRD
I too am absolutely inebriated by that sexy sexy Dragonfish glow.
Unfortunately it looks like it’s based on jQuery and I’m already implementing mootools…
I figured it out. It’s just a gradient map with some png graphics which are used as mask. Nice solution with less load.