Mouseover on SVG to enlarge section

I am new to Edge Animate and JavaScript as well.  I have a map and currently I have text displaying or colors changing as the moues moves over a specific country.  What I want to happen is when the I mouseover the country I would like for the image to pop-out and enlarge.  So for example when I mouseover France France becomes larger and a different color and then when the mouse leaves the larger France area the map returns to the original map.  Is this possible?
Thanks,
James
Here is what I am trying to make this happen.
sym.getSymbol('map').css({'background-image':'url("images/france_big.svg")'});
Message was edited by: James Carpenter

Hi,
One way could be you zoomin on mouseover and zoomout on mouseout by increasing the width and height of the image or the specific element under consideration -
mouseover -
sym.$("img").animate({width: "200px" , height: "200px"}, 'slow');
mouseout -
sym.$("img").animate({width: "100px" , height: "100px"}, 'slow');
Thanks and Regards,
Sudeshna Sarkar

Similar Messages

  • In iphoto, when I click on Print, the preview image it shows me is an enlarged section of my photo. I cropped the photo and checked with no restraints. Once the photo goes to Print, I can't fix it back to the way it is in iphoto.

    In iphoto, when I click on Print, the preview image it shows me is an enlarged section of my photo. (In iphoto I hadI cropped the photo and checked "with no restraints." )
    Once the photo goes to Print, I can't fix it back to the way it is in iphoto.

    It is working now. I no longer get the message about the item not being available in the US and I can access the store.

  • Enlarge section of photo - must be 300 dpi.

    I have a 300 dpi photo and want to enlarge a small section of
    the photo - it has to be 300 dpi after enlarging and have
    an output of 8 inches.
    how do i do this?
    deb

    Basically
    # Crop the image
    # Export the version ( File->Export->Version )
    # In the *Export Preset* pulldown select edit.
    # In the Image Export window select 300 dpi
    # In the *Size To:* pulldown select *Fit Within Inches*
    # Enter the dimensions
    # Export
    Having said all that the final quality of the image will depend on the original size you have to work with.

  • Want to print enlarged sections of a map on 8.5x11 to then physically paste togther - iMac ver.10.6.8, Lexm. pro715.

    To make a bigger paper image. Is this called postering?

    @Diaz, the bug has been reported in Ubuntu here:
    https://bugs.launchpad.net/ubuntu/+sour … bug/879858
    It may be worth following it. Also it would be nice if you mark it as it affects you, to increase it's priority.
    Also there's a way to improve boot procedure:
    1) Create a file startup.nsh in your /boot/efi with the following content:
    fs0:boot
    2) Create a file called "boot.nsh" in /boot/efi with the following content:
    fs0:
    cd \EFI\ubuntu
    grubx64
    This will reduce boot procedure to just <F2> <left> <up> <enter> <enter>

  • Photo album: enlarged thumbnails' layer

    This problem appears only in IE6 and 7, not Firefox or Safari. When I mouseover a thumb it enlarges, but instead of the enlarging OVER the adjoining thumbs, it enlarges UNDER its neighboring thumbs' layer. Here's the sample (slavishly copied from the demo, with new images inserted).
    http://www.lumina-media.com/gallerytest/wjgallery.html
    Any suggestion for fixing this IE anomaly?
    I'm not attaching any files at this point because I suspect others have encountered this issue and the remedy may be well known, with no need to comb thru my files. Can provide if useful, though.
    Thanks in advance.
    Nick

    Hello,
    Your problem may be easily done by changing the CSS
    properties of the divs that contains each photos. They are left
    floated and included into a container div 'thumbnails' with a fix
    width. You should divide this width to the number of columns you
    desire and set this result as the width of the small floated div.
    Cristian

  • Bring object to front on mouseover

    Hello,
    Another simple question here.  I have 2 objects next to each other.  On mouseover I have them enlarge.  I would like to make it so that whatever object is being enlarged is brought to the front.  Here is my code.
    lowgaugefinished.addEventListener(MouseEvent.MOUSE_OVER, lowscaleup);
    lowgaugefinished.addEventListener(MouseEvent.MOUSE_OUT, lowScaledown);
    higaugefinished.addEventListener(MouseEvent.MOUSE_OVER, hiscaleup);
    higaugefinished.addEventListener(MouseEvent.MOUSE_OUT, hiscaledown);
    function lowscaleup (evtObj:MouseEvent)
        lowgaugefinished.scaleX = 2;
        lowgaugefinished.scaleY = 2;
    function lowScaledown (evtObj:MouseEvent)
        lowgaugefinished.scaleX = 1;
        lowgaugefinished.scaleY = 1;
    function hiscaleup (evtObj:MouseEvent)
        higaugefinished.scaleX = 2;
        higaugefinished.scaleY = 2;
    function hiscaledown (evtObj:MouseEvent)
        higaugefinished.scaleX = 1;
        higaugefinished.scaleY = 1;

    Try changing the scale up functions like so...
    function lowscaleup (evtObj:MouseEvent)
        addChild(lowgaugefinished);
        lowgaugefinished.scaleX = 2;
        lowgaugefinished.scaleY = 2;
    function hiscaleup (evtObj:MouseEvent)
        addChild(higaugefinished);
        higaugefinished.scaleX = 2;
        higaugefinished.scaleY = 2;

  • IVew resizing with mouseover problem!!!

    Hi, 
         We have a portal Full Page IView that hosts a BW Web Application generated by the Web Application Designer. The Web Application fits exactly in the default content pane. 
         When someone does just a mouseover on the "Reduce/Enlarge Navigation Panel" control, the content window resizes just the smallest amount which changes the flow of my web items that were positioned using CSS.
         Our Dev team says that a mouseover on the nav control shouldn't cause any kind of resize of the nav pane or content pane.  They think it might be an event generated by the web application that is somehow being caught and causing the resizing to take place. If so then this is some kind of BW Web Application and Portals Integration issue that maybe SAP needs to look at?
    Any opinions?
    Thanks!

    Closing Question
    Assigning Points

  • No toolbar or menu in pdf.

    New computer with Windows 8.1 and Adobe XI.  On my old computer I was able to enlarge a portion of a pdf map and print it full size.  Now I have no toolbar or menu with which to do this.  When I right click the menu I get the options: back, reload, save as, print, view page info, rotate, inspect element.  When I move the curser to the bottom right on the page I get the options: size to full page, save to file, or print. I can also magnify a section, but I can't print what's magnified. I don't have the toolbar I was used to on the other computer.  There must be a way to print an enlarged section.  Can anyone help me?  Not sure where to post this!

    After spending a lot of time searching online for an answer, I found a work around.  I open the pdf, save it, open adobe reader, search for the new pdf, open it, enlarge the portion I need, and print it.  It is a very cumbersome way to do what I need to do, especially when working with many documents, but at least it gets the job done.

  • Best way to print source code and relationsh​ips

    I am the IT director for a medical technology company - we use Labview for our proprietary software.
    We have need to print all of our VIs, source code/block diagrams and the relationships between the modules. I know how to do this and the options which are available (for complete documentation, using as a sub vi, etc).
     I have found that printing to PDF is great for an electronic copy as everything can be zoomed in on and read; but I need paper printouts as well.  When printing from windows onto paper many of the diagrams are printed so small it is hard to read notations, etc.but my question is as follows:
    I am wondering how other people/companies have tackled this when there is a need to document everything within labview on paper?  Ideally we could end up with a book which has enlarged sections and could relate one page to another with metadata (sort of like those guide book maps - EG on the edges of the pages other pages are referenced for a continuation of the view). 
    I am open to other suggestions though. I guess I am wondering if there is a better way because the way I am considering doing this will be quite time consuming.

    When I was in the Air Force tech orders (manuals) typically had drawings that were too large to fit on a single page. The way they handled it was to have pages that folded out. Obviously you couldn't print these pages on a standard printer, but you could show diagrams without a lot of rescaling.
    Of course no printing scheme will work if the code is written badly (i.e. in adequate modularization, using sequence structures, wires running every which way, bad layout, etc.).
    Mike...
    Message Edited by mikeporter on 07-13-2007 08:07 PM
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Help with slideshow thumbnail?

    I would like to use only an enlarged section of my slideshow hero image as my thumbnail. This Muse Site of the Day does it like that:
    http://www.rocketdc.com/index.html#ourwork
    Anyone have any idea how they pulled this off?

    Hi Brad,
    Thanks for your suggestion. Sorry I didn't reply sooner. I actually went on a vacation and didn't do any work!? I found some posts about what I was trying to do on 2 earlier forums - you were one of the people who commented. Was able to accomplish what I wanted.

  • Editing a photo with the zoom feature

    I have a photo where I zoomed into a specific area of the photo. This has created an enlarged section of the photo that I want to save without all the other surrounding part of the photo, but I want to save it at the zoomed in level, can I do this?

    Crop it.
    Regards
    TD

  • Error on first page of multi page print run

    When I select a number of drawings to print from a directory list, all at A3, the the first page always prints an enlarged section of part of the drawing all following pages print the full extent of the drawing as required. how can I fix this problem?

    I think the following SAP Note would help you
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313335333133303330%7D.do]
    Regards,
    Raghavendra

  • Impossible to get ACR showing the same colors as in Bridge

    Hello,
    Usually my .NEF files (shot with a D90) appears with quite soft colors and contrast in Bridge. However, since yesterday, as soon as I use the magnifier (in the filmstrip mode) or open a .NEF file with ACR, the colors are warming up. I must have done something wrong and changed some settings, but I can't find what it is. Even if I leave the white balance on "as shot", and try all the camera profiles available (ACR 4.6, Adobe Standard, Camera D2X mode1, 2, 3, Camera Neutral,...), I can't get ACR showing the same colors as my preview in Bridge. I also tried the "reset camera raw defaults" function, didn't help either.
    I guess that if I have the same problem when I use the magnifier in Bridge without opening the file in ACR, it is because ACR still takes action to load the full image, isn't it? 
    Thanks for your help,
    Sam

    Thanks for your answer. I'll reply point by point.
    My monitors are calibrated, and I did it recently. But this is not the problem here since I can see the colors changing live on the monitor when I activate the magnifier: I click somewhere on the image with the magnifier, it takes a few seconds to load the 100% section of the image and then the colors are changing on the whole image (not only the enlarged section). Similarly, when I open the image in ACR, I can still simultaneously see the Bridge version of the image on the same monitor and they have different colors. So this shouldn't be a monitor problem.
    My color settings in Photoshop (Edit>Color settings) are set on sRGB IEC61966-2.1 and set on "preserve embedded profiles". But I don't get that point, does the color setting in PS affect the colors in Brigde and ACR when PS is not open?
    Bridge preferences: What would be useful to know, there are many preferences?! Here are a few that might be of some help: Cache: all unchecked; Advanced: all unchecked; Output: "convert multi-byte..." and "preserve embedded color profile" are checked
    ACR preferences: all unchecked except "apply auto grayscale mix when converting to grayscale"
    I didn't know how Bridge and ACR were working. But I don't understand what could have changed over the couple of days since before that, the pictures open in ACR (or zoomed in in Bridge) did look exactly the same as the preview. If none of PS, ACR or Bridge are set to apply some color corrections, where do they get this information from?
    Sorry, I forgot to give the details about the softwares. I'm using CS4 (PS 11.0.2, Bridge 3.0.0.464, ACR: 5.7.0.213) on a MacOS 10.5.8.
    I didn't know how to trash the Bridge preferences, so I did it and... that worked! Colors are not changing anymore. But what could it have been, how is this resetting different from the "reset camera raw defaults" function for example?
    Thanks for your input, it did solve my problem. I still don't understand the few things described above though, so if you have a few minutes, it would be great if you could explain them to me.

  • Acrobat text highlight feature

    It was suggested to me that using Acrobat Pro you would be able to select a paragraph which is then enlarged, the other text is dimmed and the enlarged section can then be highlighted.  I believe some other software or flash programming would be required.  Can anyone confirm?  Thank you.

    Thank you - that's what I assumed but had a user insisting that it was a feature of the Pro version.

  • What's the best way to avoid seams in patterns?

    I read an article that suggested avoiding tiles with fractions of pixels, but that does not solve it for me. Here's an enlarged section of a pattern.
    I've found ways around it by turning it into a tile, pasting into Photoshop, trimming by a pixel and then filling with the pattern in Photoshop. But, that's a lot of time spent trying to get around a program glitch. Any suggestions?

    It helps sometimes. For this pattern I'd rethink the art.
    With the new Pattern Builder there's rarely a need to duplicate items. Simply configure the tile with only the art needed:
    Note there are no duplicate elements. All you need are primaries.
    Setting up art this way eleiminates seams in the middle of objects entirely.

Maybe you are looking for

  • Downloads are not being saved on firefox

    All downloads have disappeared from the download page, and I cannot download any new programs or updates for them. When prompted to download a program, I follow the same procedure previously used, and when the notification that all downloads are comp

  • Two Macs same network

    My queston is this. My roomamte and I each have a mac using the the internet, I know there is a way to have access to each others hard drives through the internet. I am just unaware of how to do that. Any thoughts on this would be greatly appreciated

  • Ws reliable message in OSB

    To utilize WS-ReliableMessaging in OSB, I created a OSB proxy by setting Protocol to ws and Get All Headers to Yes. When a message arrives, I want to extract all the header information in the message flow by querying $header. $header is always empty.

  • Getting this Error: There was an error opening the database for the library

    I keep getting an error with start up (There was an error opening the database for the library). The command + option - double click does not provide options for database rebuild or repair, just the same error message. I have been using Aperture 3 si

  • Upgrade from 1.1.1 to 1.1.2

    Hi i am glad to say i have just completed a successful upgrade with no issues afterwards. I have noticed some improvements. (1) volume is improved (2) cover flow seems smoother/quicker (3) clicker wheel seems to be more responsive At the moment i can