Description: Based on the fade anything plugin, I wanted something a little more robust.
This plugin accepts a javascript array of parameter objects.
Example:
$("body").colorBlend([{fromColor:"black", toColor:"white", param:"color"}])
var myColors = [
{param:"color", fromColor:"white", toColor:"black"},
{param:"background-color", random: true, alpha:"10,90"},
{param:"border-left-color", fromColor:"random", toColor:"black"},
{param:"border-right-color", fromColor:"white", toColor:"black"},
{param:"border-top-color", fromColor:"white", toColor:"black"},
{param:"border-bottom-color", fromColor:"white", toColor:"tomato"}
]
$("tr").colorBlend(myColors)
To Search:
File list (Check if you may need any files):
jquery.colorBlend_6\jquery.colorBlend.js
...................\jquery.colorBlend.min.js
...................\jquery.colorBlend.pack.js
jquery.colorBlend_6