Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery Animated Text

It is ridiculously hard to find easy/simple animated text. Like the "Implosion" on this website http://codecanyon.net/item/jquery-text-animation/full_screen_preview/233445 but I'd have to pay for it. Actually any kind of simple onclick text fade in would be very cool. Any suggestions, links, or help?

like image 542
Howdy_McGee Avatar asked Jun 30 '11 17:06

Howdy_McGee


1 Answers

Its not so hard to create such an effect using jQuery. Create a single element vor every character, move it somewhere and then animate it back to original position.

A simple example: http://jsfiddle.net/doktormolle/dNXVx/

like image 144
Dr.Molle Avatar answered Oct 07 '22 07:10

Dr.Molle