A jquery plugin for CSS3 text animations. Combines several libraries to provide one easy to use plugin for applying CSS3 animations to any text.
homepage
github
https://github.com/jschr/textillate
syntax
<h1 class="tlt">My Title</h1>
<script>
$(function() {
$('.tlt').textillate();
});
</script>