Distortion – jQuery Plugin
Distortion is a jQuery plugin that distorts any text, viewing it like an old damaged TV screen.
The plugin can show the text statically or in motion, in color or greyscales
How to use:
$(document).ready(function(){ $('.container').distortion({ fontSize: 180, // distort: 24, // destortion amount showTime: 'fast', // or set interval time for motion colors: '#000', // colors: any 'hex', 'random' or 'grey' glowCol: 'grey', // Glow effect: any 'hex', 'random' color or '' shake: 3 // how strong should the text shake }); });