Textile

Just testing animated text

by marifrahman

HTML

<script src="https://raw.github.com/davatron5000/Lettering.js/master/jquery.lettering.js"></script>
<link rel="stylesheet" href="https://raw.github.com/daneden/animate.css/master/animate.min.css">
<script src="https://raw.github.com/jschr/textillate/master/jquery.textillate.js"></script>
<h1 class="tlt">In SEARCH of the PERFECT LIGHT to FEEL the COLORS in the DARK !!</h1>

JavaScript

$(function () {
    $('.tlt').textillate();
})