views:

407

answers:

1

Does anyone know of a way to make a Google Maps marker "bounce" using JQuery Bounce package?

+2  A: 

If you want the marker to bounce when it's finished dragging, you can do it straight from the API. Just set bouncy to true. You can even adjust the gravity.

Chris B
This won't work in V3, only V2. V3 has no bouncyness, in fact the marker doesn't even pick up off the page.
Chris Drackett