Image Blur Plugin with 4kb Minified Size
Posted · Category: MIT License, Tools
Image Blur Plugin is an Ultra small plugin (4kb minified, 1.5kb gzipped) for Blurring images. This plugin utilizes SVG filter to blur the image if SVG is supported by the browser (all except IE), otherwise the plugin creates an IMG tag and applies a special IE-only filter in CSS. If you are using Velocity.js animation library, the plugin will automatically detect its presence and make fade in/fade out animations more performant, especially on mobile. If Velocity is not present on the page, jQuery’s “animate” is used.
Requirements: JavaScript Framework
Demo: http://msurguy.github.io/background-blur/
License: MIT License
0 Comments