I don't currently have an exact example worked up and it also really depends on which JavaScript libraries you are already using or are familiar with. You should definitely limit the number of different libraries you use on a maps site.
I frequently use JQuery for tasks like this. I would use the fadeIn and fadeOut options with callbacks. See http://docs.jquery.com/Effects Chad Killingsworth On Feb 25, 8:34 am, Sheldon Goldberg - Dream Realty <[email protected]> wrote: > Thanks, Chad! Yes, it is very cool in my Chrome and Safari. Can you > point me to the javascript so I can use it in FF and IE? > > On Thu, Feb 25, 2010 at 9:23 AM, Chad Killingsworth > > > > <[email protected]> wrote: > > I believe that CSS3 animations are slated for FireFox 4, so not > > currently possible there without JavaScript. Internet Explorer is a no > > as well unless you use JavaScript. > > > I'm actually using it on Android and iPhones, so it works great there. > > > Chad Killingsworth > > > On Feb 25, 6:07 am, Sheldon Goldberg - Dream Realty > > <[email protected]> wrote: > >> Pretty cool, Chad. I have it working on webkit. Does it not work on IE > >> and FF? > > >> On Wed, Feb 24, 2010 at 7:43 PM, Chad Killingsworth > > >> <[email protected]> wrote: > >> > I haven't seen exactly the same thing. The iPhone Maps application > >> > location marker uses logic so the pulse diameter changes based on the > >> > accuracy of the position fix. > > >> > You can get a similar effect though - although the CSS3 > >> > transformations will obviously only work in newer browsers. See > >> >http://plebeosaur.us/you-are-here-with-safari-on-iphone/ > > >> > Chad Killingsworth > > >> > On Feb 24, 5:56 am, Sheldon Goldberg - Dream Realty > >> > <[email protected]> wrote: > >> >> Hi - Can you get the animated pulsing beacon that is on the IPHONE > >> >> google map and use it for the web? > >> >> Thanks! Shel > > >> >> -- > >> >> Sheldon Goldberg > >> >> Broker - Dream Realtywww.DreamRealty.com > >> >> 727-512-6030 > >> >> 877-983-7326 > > >> > -- > >> > 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 > >> > [email protected]. > >> > To unsubscribe from this group, send email to > >> > [email protected]. > >> > For more options, visit this group > >> > athttp://groups.google.com/group/google-maps-js-api-v3?hl=en. > > >> -- > >> Sheldon Goldberg > >> Broker - Dream Realtywww.DreamRealty.com > >> 727-512-6030 > >> 877-983-7326 > > > -- > > 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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- > Sheldon Goldberg > Broker - Dream Realtywww.DreamRealty.com > 727-512-6030 > 877-983-7326 -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
