[jQuery] drop and bounce effect using

[jQuery] drop and bounce effect using


Hi i came across this site
http://smoothgallery.jondesign.net/showcase/gallery/
please see how the menu items are dropped from top and bounce before
finally settling down.
I am wondering how this can be done using jquery...
I gave the easing plugin a try but the easing plugin only animates the
background of the div.
I had this
$('#example').animate({height:100}, {duration: 1000, easing:
'easeOutBounce'});
<div style="background-color: red;"id="example">Hello World!</div>
thanks for any help.
PS: I think the site is using mootools.