Textillate animated text letter by letter in NO 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
$('.tlt').textillate({ loop: false });
<h1 class="tlt">
<ul class="texts">
<li data-out-effect="fadeOut" data-out-shuffle="true">Some Title</li>
<li data-in-effect="fadeIn">Another Title</li>
<li></li>
</ul>
</h1>