shuffle-text.js is a pure JavaScript library that renders your text letter by letter with random animations like the awesome legacy of Flash.
how to create a cool appearing text effect in flash, text animation in flash, flash animation examples
How to make use of it:
Install it through NPM:
$ npm install shuffle-text
Just import the shuffle-text.js into the HTML web page and we’re able to go.
<script src="shuffle-text.js"></script>
Create a brand new occasion of the ShuffleText and specify the text container like this:
var el = document.getElementById("myText"); var text = new ShuffleText(el);
Start the shuffle animation:
text.start();
Stop the shuffle animation:
text.stop();
Re-set the textual content to animate:
text.setText(text: string);
Text Shuffle Animation, ShuffleText Plugin/Github
See Demo And Download
Official Website(ics-ikeda): Click Here
This superior jQuery/javascript plugin is developed by ics-ikeda. For extra Advanced Usages, please go to the official website.