🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Shadeout is a tiny fancy jQuery plugin that has the ability to dynamically colorize selected elements in a gradient sequence.

color Gradient

Documentation

shadeout

Color shading and blending provided by Stack Overflow user Pimp Trizkit.

Defaults

color: '#0000FF' color2: '#FFFFFF' increment: 25

Usage

$(ELEMENT).shadeout({}); //Uses all defaults 
$(ELEMENT).shadeout({     color: '#ff0000',     increment: 75 }); //Uses only color2 default 
$(ELEMENT).shadeout({     color: '#33cc33',     color2: '#ff00ff',     increment: 25 }); //Uses no defaults, but makes a beautiful blend of colors 

The color tags require 7 characters (# + 6 more characters 0-9 or A-F)


You May Also Like