Adobe Edge animation glitching html page and SVG disappearing

Hi all,
I am having an issue with an Adobe Edge animation that I am making for a client - I am fairly new to Edge so this may be an easy fix!
There is an SVG named chassis (Looks like a brown tadpole) that halfway through the animation - disappears and then glitches the webpage by drawing a white background that overlaps everything...
I have set the background in Edge to transparent so I don't know why this is happening, even in the 'Preview in browser' option it happens.
Here is the site where the animation is embedded - http://louisreed.co.uk/tiddlybot (Scroll down a little bit)
Any help or suggestions welcome.
Thanks!
Louis

Hi Louis ,
Can you try out one thing. We suspect this issue is caused because of the anti-scaling which we apply.
Just try to disable anti scaling.Follow the steps below : 
This scale factor can be changed from:
1. Close Animate
2. Open the preference folder:
a. Windows: C:\Users\{username}\AppData\Roaming\Adobe\Edge Animate\4.0.0\
b. Mac: /Users/{username}/Library/Prefrences/Adobe/EdgeAnimate/4.0.0/
3. Open the AppPrefs.xml file in a text editor.
4. Search for the Current line in AppPrefs.xml:
<key>SvgAntiScaleFactor</key>
<float>10</float>
Update this to:
<key>SvgAntiScaleFactor</key>
<float>1</float>
5. Launch Animate.
However note: This setting will work only for new animate content that you create after this setting is applied - i.e it will work only for newly pasted SVG’s in a new composition.
Exiting Animate compositions opened after applying the setting(Step 5 above) will still show the same problem. You will need to delete the SVG and copy-paste again.
Do let us know if this solution helps in your case too.
Thanks and Regards,
Sudeshna Sarkar

Similar Messages

  • Link Edge animation to HTML page?

    Is there a way to link my Edge animation to an Index HTML page in the same folder as the Edge.HTML? I linked a webpage with the OpenURL trigger and it worked. But I would like to link it to the index page within the same folder so that I can test it before uploading it to the internet.
    The trigger link that worked is:
    window.open("http://www.mywebsite.com", "_self");
    But can I use something like:
    window.open("index.com", "_self");
    Thanks,
    Susan

    Susan-
    You don't need the sitename - just use this (assuming you are calling it from the same directory as you said):
    window.open("index.html", "_self");
    Else, you should be able to use this if it one folder deep:
    window.open("../index.html", "_self");
    James

  • Hello to all, I need that they help me to be able to encourage a vector (an arrow) that aparesca in a constant way in adobe Edge Animated, I am new and I like the program and I cannot do this type of animation

    help me

    Pay no attention to iinami, the amount of replies to people saying their handsets must have been jailbroken everytime iTunes throws out an error is tremendous. (Clearly you don't need to have any real knowledge to get to level 3 on these forums, let's hope apple's geniuses know a lot more than some of their customers.)
    http://support.apple.com/kb/TS3694
    Solution below.
    Error 9
    This error occurs when the device unexpectedly loses its USB connection with iTunes. This can occur if the device is manually disconnected during the restore process. This issue can be resolved by performing USB troubleshooting, using a different USB dock-connector cable, trying another USB port, restoring on another computer, or by eliminating conflicts from third-party security software.

  • I need help making Adobe Edge animation appear correctly on iphones, ipads and android phones.

    I need help making Adobe Edge animation appear correctly on iphones, ipads and android phones. It currently looks fine on desktops and androids. I am using wordpress with a responsive theme (Canvas). I will need you to document The url is http://adamhtc.org.s183459.gridserver.com.

    Thanks George, interesting thought.  I looked on Adobe's site and they "advertise" fillable forms for the iPhone and Android markets, but on the Windows Phone tab, that is mysteriously missing.  lol    Maybe it will come later?   Meanwhile, I'll google to see if there are any PDF viewers that can handle it now.   Thanks for the reply.  :-)

  • Why won't my adobe edge animations play from the start each time they are loaded on an Adobe DPS layout?

    Hi there
    I have an adobe DPS document with several pages, and edge animations on each page. I want each animation to play from the start when each page is opened, however, the playback seems to be very inconsistent. Some animations play from the start, others half way through, and some playback incorrectly. I want to also be able to return to each page and have the animations reload, instead of just displaying the final frame of the animation.
    I have played around with the delay time which doesnt seem to fix it.
    Any advice would be greatly appreciated.
    Dan

    Hi, Im DPS projects medias like video, audio, animation html5 dosen´t reload inside the same article, just between the articles. Better produce articles just one page and change pages with horizontal swipe Regards

  • Adobe edge animation not playing properly on Google Chrome

    hi, just noticed this. finishing up my website    http://www.thomasdrotardesign.com/work.html
    i've just noticed that the edge animation plays the beginning of the animation then disappears completely except for a font here and there on Google Chrome.
    it plays perfectly across all the other browsers. any idea what is going on here.
    there is nothing nested. it is a straight time line. i am building it on a mac osX 10.9.4

    DISCOVERY     the reason adobe edge animation  and google don't play well together is because if you use any sort of filter on your typography this will not appear on the chrome browser. sad but true. once i removed all the blur filters off my animations they started playing perfectly on chrome. this is too bad in that chrome is the largest used browser out there. thank you Redesign for your suggestion.

  • Testing Adobe Edge Animation

    Greetings! Has anyone been able to download and test Adobe Edge Animation? Its link takes me around the promotion page again, with no option to download it. Any guidance will be greatly appreciated!!

    Thank you very much Ken for your prompt reply and guidance!
    The problem is that when I go into the "Creative Cloud Apps", the icon for Edge Animate does not appear... Could this be because I have a free account? (it is announced that I can test it for free).
    Thank you again for your help.
    All the best,
    susan

  • Adobe edge animation shows unwanted vertical scrollbar in firefox only

    anybody have any idea how to lose a vertical scrollbar on a site where i built a responsive adobe edge animation. on all the other browsers the overflow: hidden works perfectly. only in firefox do i get a scrollbar showing up. little help please. the website is http://www.drotardesign.com/dd/about.html
    d

    got it - this is how you get rid of it, and thank you Moses for your kind words. Corel was right, these are the attributes that fix it. You need to load it as an iframe
    just so you know, the only way to get rid of the scroller in Firefox is to load the RESPONSIVE ADOBE EDGE ANIMATION as an iFrame with these attributes:
    <div class="center1">
    <div class="center1Edge">
    <IFRAME src="http://www.drotardesign.com/dd/animations/edgeAbout/edgeTop.html" width="100%" height="100%" scrolling="no" frameborder="no"></IFRAME>
    </div><!--END CENTER1EDGE DIV-->
    </div> <!--END CENTER1 DIV-->
    your css will be this:
    /*EDGE ANIMATION*/
    .center1 {
    display: block;
    width: 25%;
    overflow:hidden;
    height:400px;
    padding-bottom:0%;
    .center1Edge {
    width: 100%;
    height: 100%;
    /*left: 0px;*/
    }

  • Convert/save/export Adobe Edge animation as an animated gif?

    Does anyone know a way to convert/save/export an Adobe Edge animation file into an animated gif. I've created a simple logo animation and the client now wants it as a animated gif to add to there email signature. Is this possible or an I going to have to recreate it in another programme

    Hi resdesign.
    Thanks for your comment, this helped. Would be nice if there was a more direct way though, but this has done exactly what I need. Thanks again

  • Continuity in Banner Animation between HTML pages..

    I have a banner animation at
    http://www.sierratec.com/skills.html
    that plays a series of slides at the banner.
    I need the animation to continue, from the previous
    transition slide before other html like products, clients etc., are
    clicked.
    For ex. If we are in the skills.html page and we navigate to
    partners section , then the animation at the banner must continue
    from the place from where it was left before leaving the the skills
    section and before clicking the partners section and not start from
    the beginning as it is seen now.

    When javascript window.focus() is invoked and there are more than 1 IE windows open the focus will go
    to the IE window that executed the window.focus();
    If you have notepad open and focused it will not focus on the IE window (you need an API call to do that)
    Anyway, you can call a javascript function from java, here is an example:
    // new class for jsObject!!!! compile this: C:\harmpie>javac -classpath "C:\Program Files\Java\j2re1.4.2_01\lib\plugin.jar" test.java
    // since jaws.jar does not exsist anymore
    // to compile: javac -classpath "C:\j2sdk1.4.0_03\jre\lib\jaws.jar" someApplet.java
    import netscape.javascript.*;
    public class someApplet extends java.applet.Applet {
        JSObject win;
        public void run(){
             try{
                 win = JSObject.getWindow(this);
                         win.eval("window.focus();");
            }catch(Exception e){
                 e.printStackTrace();
        public void init() {
              new Thread(this).start();
    }

  • Adobe Edge Animator

    hi Perform as I can purchase only Adobe Edge animator ?

    [Changed the response by moderator]
    Hi Gonzalo,
    Unfortunately, purchasing edge animate as single app is not available now.
    You will have to opt for creative cloud complete plan.
    However with the complete creative cloud application you will be entitled for all CC application including online services.
    Please check this one.
    Software and services for creative professionals | Adobe Creative Cloud

  • What is  Adobe Edge Animator

    I am having many issues with photoshop cs6  as well as lightroom 4.2.  one PS app crash report from photoshop said ( according to the lightroom forum help)  'The dynamic link library faulted in your earlier post belongs to Adobe Edge Animator'.
    I have no idea what this is.. does it ship with cs6?

    sorry.. I guess I am too frustrated.  I have been having CS6 problems plus lightroom 4.2 problems.  CS6 has been crashing while I am working.  I am using a wacom intuos 3 tablet. New drivers have not been issued since august.
    I am trying to document errors , and am trying to deal with this., 
    computer is an i7 windows 64 bit-- 3.5GHZ- 32 gigs ram.. 7800 series ATI graphics..
    someone on the lightroom forum posted that question about 'did I have the adobe edge animator' becasue they saw that listed in an error report that I posted . I think the error reports were from lightroom, but I dont see how this can be part of photoshop or lightroom for that matter. ( unless lightrooms web module has something to do with it. ( Ive never used that)
    sooooo I am asking if that is part of CS6, which you answered.
    I dont know how to post my snagits here.

  • Question on passing value to an HTML page and dynamic links

    Hi,
    I just started using Oracle APEX and have the following questions:
    1) I try to pass an order number from a report page to a blank HTML page that is supposed to be a shipping label. I cannot have the HTML page resolve the placeholder within HTML code to actual order number. I have tried %P2_ORDER_ID%, #P2_ORDER_ID# or &P2_ORDER_ID. Any suggestions?
    2) I have a column with link in a report page and I want the link to go to different pages based on the value of that column. How should I do that?
    Thanks!
    Mike.

    Hi All,
    Im still trying to think about this the right way.
    If I add a servlet to the C2 project and use HTTP post from the HTML page and have the 2 variables in the servlet, could I then either set the variables on the session bean in order to make them available to my searchResults.jsp bean methods?
    Regards
    Jim

  • Why my adobe edge animation taking load time too much

    Hi
    why my adobe edge animation taking load time too much.
    Plsease guide me.

    Hi, Rohan-
    Can you upload your file for us to take a look at?  It's hard for us to tell what's going on without taking a look.
    Thanks,
    -Elaine

  • Adobe reader has buttons next page and previous page, why not also top of current page and bottom of

    Adobe reader has buttons "next page" and "previous page",
    why not alson "bottom of current page" and "top of current page" ,
    these would be very useful if the page is increase to the maximum left and right

    This is a user forum; if you have any product enhancement requests, do it here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Maybe you are looking for