Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jcblw/depth.js
- Owner: jcblw
- Created: 2013-01-12T08:27:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-12T08:31:09.000Z (almost 12 years ago)
- Last Synced: 2024-10-11T14:39:14.366Z (about 1 month ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```