Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcblw/depth.js

jQuery Plugin to add CSS3 filter to many elements to create a field of depth
https://github.com/jcblw/depth.js

Last synced: 16 days ago
JSON representation

jQuery Plugin to add CSS3 filter to many elements to create a field of depth

Awesome Lists containing this project

README

        

##Depth.js

adding a simple field of depth to a series of elements using css3 filters

##using

include file

```html

```

then init on elements

```javascript
$(elements).depth();
```