This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This rainbowize function is based on http://rainbowcoding.com/how-to-create-rainbow-text-in-html-css-javascript/ | |
* [email protected] | |
* customizations made: | |
* - made callable on complex HTML nodes; all descendant nodes that are pure text will be found and rainbowized | |
* - randomized starting location on color wheel instead of always starting at red | |
* - added derainbowize() | |
* | |
* See live example here: http://jsfiddle.net/pabo/GYZ7F/ | |
*/ |