Javascript – Split Flap text animation Jquery

javascriptjqueryjquery-animatejquery-plugins

Can you please suggest me a Jquery plugin which does the same text animation as this demo: http://www.youtube.com/watch?v=1sn5FCSIfuE&feature=youtu.be

This is the text animation made in Flash (check it out here: http://ae.tutsplus.com/tutorials/motion-graphics/create-a-split-flap-type-display/) but I would like to have the same effect in pure Javascript, CSS and HTML.

Thanks for your advice,
Leo

Best Answer

It's doable with some CSS3 3D Transforms. While it won't work for every browser, it can be done.

Heres a non-css3 version (with less flair and no 3D): http://net.tutsplus.com/tutorials/html-css-techniques/learn-how-to-create-a-retro-animated-flip-down-clock/

And here a (few) CSS3 demo: http://rupey.org/demo/css3-clock/, http://mathieujouhet.com/demos/flipping-clock/