🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

NoisyImage is a fancy jQuery plugin that adds an animated noise overlay over an image. Also can work with jQuery noise plugin for more configurations.

background noise-background

Documentation

NoisyImage

A jQuery plugin that adds animated noise to an image.

Demo

You can try the interactive demo.

Dependency

Optional dependency

Install

Download the script and link to the local script:

<script src="jquery.noisyimage.min.js">

Usage

An example showing all the parameters:

$('IMG').noisyImage({     image: 'noise.png'     opacity: 0.2,     scale: 1.2,     speed: 5 });

An example showing all the parameters when used with jquery.Noisy

$('IMG').noisyImage({     opacity: 0.2,     scale: 1.2,     speed: 5,     intensity: 0.8,     size: 250,     monochrome: true,     randomColors: true,     colorChannels: [0, 255],     fallback: 'noise.png',     disableCache: false });

See jQueryNoisy usage for information about the jQueryNoisy options.


You May Also Like