Bouncy text
- » Overview
- » Example
- » Usage & params
- » Notes
Overview
Bouncy text is a jQuery plugin that animates text, bouncing each letter matched in the selector at random intervals. A pointless, if slightly fun method to make your page a little quirky.
Example
this text is bouncing!
Here's the code behind that example:
$(function() { $('#bounceTest span').bouncyText(); })
'bounceTest'>this text</span> is bouncing!h2>
Usage & params
Via jQuery selector, target the element whose text you want to bounce, and run the bouncyText() method on it. Above, we're targeting the span inside the h1.
The method itself takes no parameters.
Notes
Browser compatibility
The script works in all versions of IE, Firefox and Opera, but not currently in Chrome or Safari.
Comments (5)
samson, at 3/02/'11 11:57, said:
Sascha, at 4/02/'11 08:17, said:
Parag, at 4/02/'11 11:51, said:
Mitya, at 4/02/'11 11:55, said:
Bill, at 18/02/'11 17:32, said: