Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery bounce effect

Tags:

jquery

Hi I'm looking to make a modal div appear on a page using a bounce effect like seen on the iPhone for its pop-up messages.

By bounce I mean like scale bigger than normal and then become the actual size in an elasticated way whilst fading into view.

Any ideas on where to start with this?

like image 930
Cameron Avatar asked Oct 29 '10 12:10

Cameron


1 Answers

I'd start with the easing plugin. The demo on the home page there seems pretty close to what you're after.

like image 164
Craig Stuntz Avatar answered Sep 28 '22 10:09

Craig Stuntz