Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 459 Bytes

Noisy is a jQuery plugin that adds random noise to a given element.

Here's an example:

$('body').noisy({
    noiseParticles: 0.9, 
    tileSize: 200, 
    backgroundColor: '#EDEBDE', 
    maxNoiseOpacity: 0.078,
    fallbackImage: 'fallback.png',
    monochromatic: false
});

But since all parameters are optional you can just use it like this: $('body').noisy();

You can try a demo here.