1.0.0 • Published 6 years ago

text-glitch v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Glitch.js

Animating a text to a different text using a random character array

Installation

Using npm:

$ npm install text-glitch

Usage

var glitch = new Glitch(document.querySelector('#glitch'), {/* options */});
glitch.animateInterval();

Options

backToFront: the randomizing character animation starts at the end of the text (Boolean)\ textArray: the array of texts to animate between (Array)\ charArray: the array of characters used for the animation (Array)\ interval.randomizing: the time it takes to randomize the characters (Number in ms)\ interval.adding: the time it takes to add characters at the end of the text (Number in ms)\ interval.removing: the time it takes to remove characters at the end of the text (Number in ms)\ interval.inserting: the time it takes to set the new text (Number in ms)\