Helps you create glitching (changing and getting back to default) monospace text.
Check the demo out at: https://btk.github.io/glitchy-text/
Grab and insert glitch.js to your HTML page;
<script src="glitch.js"></script>
Then add .glitchy
class to a text element (an element that has only text in it.)
<div class="glitchy">This is a sample Glitchy Text</div>
I'm planning on letting end user create an option object for every glitch that will have properties for the animation. Contributions and pull requests are welcome.