Google Maps API: Changing marker animation speed

The Google Maps API v3 currently supports two types of animation for markers : DROP and BOUNCE

Is there a way to speed up BOUNCE or slow down DROP animation?

+7
source share
1 answer

The Google Maps API does not support animation properties or settings, just the ability to select β€œdrop” or β€œbounce,” as you said.

It should be possible to apply custom animations to marker elements through jQuery or another structure. Alternatively, you can provide an animated GIF as a marker.

+6
source

All Articles