Textillate animated text letter by letter in LOOP src: http://textillate.js.org/ https://github.com/jschr/textillate
Dependencies To start using textillate.js, you will need the following:
jQuery lettering.js animate.css
$(document).ready(function() {
$('.tlt').textillate(
{minDisplayTime: 1000,
in: { delay: 50, effect: 'flipInY' },
out: {delay: 3, effect: 'flipOutY'},
loop: true})
});
<h1 class="tlt">
<ul class="texts">
<li>Hello,</li>
<li>it's George</li>
<li>not only a DEVELOPER</li>
<li>but who can help YOU!</li>
</ul>
</h1>