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

https://github.com/netcode/blurme

jquery blur plugin
https://github.com/netcode/blurme

Last synced: about 1 year ago
JSON representation

jquery blur plugin

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