Skip to content

kopipejst/gradienter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

jQuery plugin for adding gradient to elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published