jQuery Plugin For Blurring DOM Elements - BlurMan

File Size: 3.77 KB
Views Total: 1021
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Blurring DOM Elements - BlurMan

BlurMan is a lightweight jQuery plugin for blurring any DOM elements using CSS or SVG filters.

How to use it:

1. Add the latest version of jQuery library and the jQuery blurman plugin into your html page.

<script src="/path/to/jquery.min.js"></script>
<script src="/path/to/blurman.js"></script>

2. Apply a blur effect to a DOM element.

$('.el').BlurMan({
  deep: 10
});

This awesome jQuery plugin is developed by mathxlee. For more Advanced Usages, please check the demo page or visit the official website.