Skip to content

vonKristoff/highrise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HIGH-RISE

Plugin Site

BASIC USAGE:

$('.element').plugin({
	target_item,
	colour,
	shadow,
	gradient,
	z-index
});

config options:

Option data type values Default Nb.
tgt string 'li' 'li' target element type
colour RGBA array [0,0,0,.5] black highlight colour
shadow:{blur,col} int, RGBA array 0+ , [0,0,0,.5] false colour/blur value of focused elements' drop shadow
gradient:{colour,angle} RGBA array, int [0,0,0,.5] , 0-360 false enable gradient behaviour for highlight. gradient.colour is colour-stop #2
z int 2 1 enables z-index hirarchy to make sure you highrise sits on top

HTML case

```html
```

usage example

```javascript $('.container').highrise({ tgt:'li', colour:[255,0,0,.7]. gradient:{colour:[0,255,0,1]} }); ```

upcoming :: need to add speed var for rollover opacity animation

About

A lightbox like content highlighter jQuery plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published