Quantcast
Channel: portalZINE NMN | Development meets Creativity
Viewing all articles
Browse latest Browse all 68

Crossbrowser jQuery plugin for blurring images

$
0
0
imageblur

Background Blur plugin is a cross browser jQuery plugin for blurring images.

$('#some-element').backgroundBlur({
    imageURL : 'http://URL-of-the-image',
    blurAmount : 50,
    imageClass : 'bg-blur'
    duration: 1000, // If the image needs to be faded in, how long that should take
    endOpacity : 1 // Specify the final opacity that the image will have
});

Demo + GitHub


Viewing all articles
Browse latest Browse all 68

Trending Articles