Typewritter text effect
This demo shows nice typewritter effect with usage of the URL animator query system
Watch the address bar to see the demo
On this page you can see yet another text input method for the URL animator. You may also notice setting the query repeat value 0. This will repeat the query unlimited times
<script type="text/javascript"> $(document).ready(function(){ $("Lorem Ipsum is simply dummy text of the printing and typesetting industry.").urlAnim({ duration: 3000, type: "typewriter", repeat: 1, query: { delay: 1000, repeat: 0 } }).urlAnim({ duration: 700, type: "flash", repeat: 4 }).urlAnim({ duration: 3000, type: "reverseTypewriter", repeat: 1 }); }); </script>
Premium jQuery plugins, PHP scripts, Wordpress themes