[Google Maps API v3] Re: Targeting Info Window X Close to stop Bounce - toggling multiple bouncing markers

2011-01-25 Thread Mike Wellman
Thanks Jim, This gives insight on future functionality (the power of v3) that can be used in my current and future projects. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-a

[Google Maps API v3] Re: Targeting Info Window X Close to stop Bounce - toggling multiple bouncing markers

2011-01-21 Thread DropaBalm.com Jambo
Hi Mike, On Jan 20, 11:14 am, Mike Wellman wrote: > Now to try to figure out how to toggle the bounce with multiple markers Check out: http://demo.dropabalm.com/storynets/2 You might be interested in this work-in-process involving lots of bouncing markers used as a cue for navigation and anthro

[Google Maps API v3] Re: Targeting Info Window X Close to stop Bounce

2011-01-20 Thread Mike Wellman
Now to try to figure out how to toggle the bounce with multiple markers -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group,

[Google Maps API v3] Re: Targeting Info Window X Close to stop Bounce

2011-01-20 Thread Mike Wellman
Thank you but for the moment I'm using: google.maps.event.addListener(marker, 'click', toggleBounce); google.maps.event.addListener(infowindow, 'closeclick', function() { marker.setAnimation(null); }); for testing and everything works as planned. -- You received this message because you ar

[Google Maps API v3] Re: Targeting Info Window X Close to stop Bounce

2011-01-17 Thread en4ce
might you create a custom infowindow and catch the close function in it as well... see this: http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/infowindow-custom.html within the code: var closeImg = document.createElement("img"); closeImg.style.width = "32px"; closeImg.s

[Google Maps API v3] Re: Targeting Info Window X Close to stop Bounce

2011-01-17 Thread Mike Wellman
No and thank you for pointing this out. I'll check it out. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email

[Google Maps API v3] Re: Targeting Info Window X Close to stop Bounce

2011-01-17 Thread Rossko
> Is there any way to target the Info Window x Close button to "drop"/Stop the > bouncing animation when the info window is closed? Have you looked at the infoWindow events available? http://code.google.com/apis/maps/documentation/javascript/reference.html#InfoWindow -- You received this message