简体   繁体   中英

Google Maps API: Change marker animation speed

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

Is there a way I can speed up the BOUNCE or slow down the DROP animation?

Google Maps API doesn't support animation properties or customization, 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 other framework. Alternatively you could supply an animated GIF as a marker.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM