Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 597 Bytes

Glitchy Text

Helps you create glitching (changing and getting back to default) monospace text.

Demo

Check the demo out at: https://btk.github.io/glitchy-text/

Usage

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>

Help

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.