Textillate JS Array

HTML

<link rel="stylesheet" href="http://jschr.github.io/textillate/assets/animate.css">
<script src="http://jschr.github.io/textillate/assets/jquery.lettering.js"></script>
<script src="http://jschr.github.io/textillate/jquery.textillate.js"></script>
<h1 class="tlt1" data-loop="true">
    <div class="texts">
        <div data-in-effect="flash">Some Title</li>   
        <div data-in-effect="flash">Another Title</li>
    </div>
</h1>

<h1 class="tlt2">
   <ul class="texts">
        <li>Testing 123</li>   
        <li>Another Title</li>
    </ul>
</h1>

JavaScript

$('.tlt1').textillate();

$('.tlt2').textillate({ in: { effect: 'bounce' } });