admin管理员组

文章数量:1326081

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 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?

Share Improve this question asked Jun 12, 2011 at 12:36 Axel FontaineAxel Fontaine 35.2k18 gold badges109 silver badges142 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 7

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.

本文标签: javascriptGoogle Maps API Change marker animation speedStack Overflow