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

Gradienter is a small jQuery plugin that generates gradients from a range of user selected colors and then apply them on CSS properties of any DOM elements.

color Gradient Gradient-Background

Documentation

Gradienter: Add Gradient to DOM Elements

docs: http://workshop.rs/2010/09/gradienter-add-gradient-to-elements/

example: http://workshop.rs/projects/gradienter/

How to use

(be sure to have jQuery on page before this)

$('.box').gradienter({ color_start: '56B2CB', color_end: '164E5D' }); 

Parameters

Gradienter have only three parameters:

color_start: 'FFFFFF' // first color in gradient color_end: '000000' // last color in gradient prop: 'background-color' // on which CSS property should apply gradient 

http://workshop.rs/wp-content/uploads/2010/09/gradienter.png

project was hosted on Google Code between Sep 2010 - March 2015 http://workshop.rs/wp-content/uploads/2015/03/Screen-Shot-2015-03-13-at-4.05.58-PM.png


You May Also Like