skip to content

New Plugin: Gradient

1 min read

I just added a new plugin called, gradient. It dynamically applies a configurable gradient to the background of an element. You create a gradient like this:

$('.gradient').gradient({ from: '003366', to: 'FFFFFF' });

Check out the visual test, read the docs and grab the code.