Description: This jQuery script adds a twist to the regular text rotator, by randomly dropping the letters of each piece of content out of view before showing the next. It works great on short headlines, with each content wrapped simply in a LI element on the page. Falling Text Rotator uses the helpful plugin Lettering.js to manipulate text on a character basis, and CSS3 to provide the animation. It works great in all modern versions of FF, Chrome, IE10+ etc, while in IE8/9, it reverts back to a basic rotator with no animation effect. Directions: Step 1: Add the following code to the section of your page: Download the following three external files and upload to same directory as where your webpage resides: http://www.javascriptkit.com/script/script2/fallingtextrotator.js http://www.javascriptkit.com/script/script2/fallingtextrotator.css http://www.javascriptkit.com/script/script2/jquery.lettering-0.6.1.min.js Step 2: Add the below sample HTML markup to your :