JSFiddle - React, Tailwind, and code Playground
by mayooresan
HTML
<script src="http://cloud.github.com/downloads/Lukeas14/animateText.js/animateText.js"></script>
<ul id="example"><li>Kaboom!</li></ul>
JavaScript
$("#example").animateText([
{
offset: 0,
duration: 1000,
animation: "explode"
}
]);