https://github.com/netcode/blurme
jquery blur plugin
https://github.com/netcode/blurme
Last synced: about 1 year ago
JSON representation
jquery blur plugin
- Host: GitHub
- URL: https://github.com/netcode/blurme
- Owner: netcode
- Created: 2014-09-08T18:03:31.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-09T16:54:04.000Z (almost 12 years ago)
- Last Synced: 2025-03-30T08:11:16.886Z (over 1 year ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JQuery Blur plugin
===============
javascript jquery plugin to apply a blur effect in any html element
## Usage
```javascript
$('.blur').blurMe({
radius: 3 // in pixel
svgFallback: "blur.svg" //path to the svg file required for blur fallback
});
```
## Contributions
feel free to fork and add features , fix bugs and your pull reguest is more than welcome