Responsive scaling of animation in Edge Animate

I am inserting an animation into a responsive web page. I have gotten the design to scale in either direction (horizontally and vertically) in both Animate and a browser but cannot get the animation to scale in both height and width when the browser window size is just narrowed or the page is served up to a mobile device (tablet or phone.) I created a simple test comparison at this link: http://www.users.cloud9.net/~agoltz/edgeTest/animateTest.html  I've embedded the CSS styles in the document so they can be evaluated (be kind...I'm an amateur)
If the browser window is narrowed the animation just gets narrower but doesn't scale vertically. The static image scales in both directions as the width of the window or device narrows. I'm looking for the same behavior with the animation. I hope I'm just missing something (not an unusual occurance) and not that this is a limitation of Animate since Flash is no longer a universal option. Any thoughts?  Thanks.

Hi Rodlab2x
Thank you for sharing your tests. Interesting to see comparison between Amazium and Bootstrap. Which is which by the way?
I'm impressed, particularly with the first one (http://www.lab2x.com/pacificdental/) because it almost appears to be scale-to-fit in places. In fact, for a moment, you had me fooled and I thought you'd solved it!
I think you've come up with probably the best possible solution at the moment.
Let me just check that I've understood your site correctly?:
You have 3 versions of the header panel that the site swaps to as the browser size is reduced:
1. The large one. This is an Edge Animate animation and uses all the feature in the 'Resize' lesson - ie. it scales horizontally but the height remains the same.
2. The middle one. This is a smaller Edge Animate animation with the same features as above.
3. The small one. (This is the one that fooled me for a moment!). This may be Edge Animate - BUT it's not an animation at all. It is a still image - and therefore able to scale proportionately
Just a suggestion - you could go further and add some animation to the smallest header. If you only use images, not graphics, then you can achieve scaleable animation. Just try making the graphics png files with transparency. Might help if each layer png is the same width and height as the background image. Only issue is - I don't know if the file size will be prohibitively big.
Cheers

Similar Messages

  • Is it possible (or feasible) to create an entire website full of animations using Edge Animate?

    Back when Adobe Edge preview first came out I tried making this site:
    http://www.bluekanji.net based on a friends request to have everything animate, with sound effects, music, etc.  It didn't turn out too well and the coding is a mess because of my lack of coding knowledge and trying to jam stuff in there when Edge didn't allow it at the time.
    I'm currently recreating the site from scratch, but hoping to make it all one cohesive page, instead of every animation having to be on a new page.
    My main issue now is that when I have any animation play the next one will overlap and block one another and it becomes a pretty big mess.  So my question is is it possible to do a full site full of animations with Edge Animate (and/or with Edge Reflow)? Or is it better to try something else?
    Thanks.

    There has been many new features added post the preview releases. You can check the below links for information on what added in 2.0,3.0 and CC 2014 releases.
    Latest Version: https://helpx.adobe.com/edge-animate/using/whats-new.html
    EA 3.0: https://helpx.adobe.com/edge-animate/using/whats-new-edge-animate-30.html
    EA 2.0:  Edge Animate Help | New features summary
    I would recommend you to try Edge Animate/Reflow/Muse for creating websites and let us know if you encounter any issues.
    -Sujai

  • How to create scroll controlled svg animations in Edge animate cc

    Since I am a beginner in Edge animate, I am very confused about svg animations in Edge animate. I want to create an effect like this http://tympanus.net/Development/SVGDrawingAnimation/index.html. In this page the animation is set to autoplay, I will controll my animation using scroller bar in adobe muse cc. Please tell me how to animate svg images like this.
    Thanks in advance

    Hi bhardwajaralhul517,
    Found something that could help you get started
    Using parallax scrolling in Animate with a single line of code | EdgeDocks.com
    How To Create A Parallax Scrolling Website | Web Design Principles
    Thanks,
    Preran

  • Import flash animation into edge animate

    Hi,
    I need to import a flash vector cartoon style animation into edge animate, do you know how can I do it?
    Kind regards,
    eugenxi

    Hi eugenxi,
    You can use the Export Png Sequence feature included with Flash CS6 to export a series of pngs from your symbol animation (tut by Tom Green):
    http://layersmagazine.com/png-sequence-from-flash-cs6.html
    Then import the pngs to Fireworks, and use John Dunning's plugin to export a symbol directly to Edge Animate:
    http://johndunning.com/fireworks/about/EdgeAnimate

  • Exporting flash cc html5 animation to edge animate

    I want to create an interactive animation for PC, cellphones tablets etc. Since most cellphones do not support flash I decided to do this in HTML5. Flash cc supports html5 canvas but the response time of the simple buttons I created is just awful and buggy. After researching I found out that everyone suggest Edge for html5 content. My problem is in edge I do not have any brush or pen tools which I need for my animations. So I would have to create vector animations in flash and export them to edge. I have found absolutely nothing to do this. I can either export as swf which the majority of cellphones do not support or videos that are non vector or non vector image sequences. I can publish flash cc html5 canvas as html/js but I cant Import it to edge. Am I missing something or why isn't this possible?

    Hi Alhab
    One way to do this is, exporting your content from Flash to Edge Animate as sprite sheets. The following discussion might help you to bring your content from Flash to Animate.
    created animation in flash turn it into a rollover
    Let us know If you need more help.
    Thanks
    Manigandan

  • How to replay entire composition including video and other animation in edge animate cc 2014.1

    I am working on a project but i am stuck now. The basic flow of my project is: intro slides then a video plays then next and back buttons fade in that will control the next set of slides. Another button to replay the whole thing from start. My problem is i am able to replay the slides but not the video. My slides consists of text animations. I am using  the new edge animate cc 2014.1 All the slides play from the beginning but the video does not follow that lead. I also managed to replay the video but thats not the desired thing i want. I want the whole composition to play again when i click a button. Can anyone help ?

    The problem is with the playReverse call for time duration in which video is there.
    playReverse actually plays in timeline in revere order 5sec->4sec->...->0sec, but this won't work for video as it doesn't play the video in reverse.
    what you can do is that, in the "previous" button click handler, add
         if(sym.getPosition() > 7750) {
           sym.playReverse();
         else {
           sym.$("trance6")[0].pause();
           sym.$("trance6")[0].currentTime = 0;
           sym.play(0);
    Also in "start" button click handler there needs a correction as below:
         Use this sym.$("trance6")[0].play();
         instead of sym.$("trance6")[0].play("1");
    hth,
    Vivekuma

  • Using CSS animations in Edge Animate without .js

    Is it possible to use edge animate with only css transitions and effects.  I do not want to have these .js files for animation and only want to draw and animate in css.  Is this possible?

    Ask in the Edge forum, but I would simply assume no. CSS3 animation support is different and inconsistent across browsers, so the only way to get predictable results is actually jQuery animation.
    Mylenium

  • Flash Timeline Animation to Edge Animate CC?

    I have a client with an old Flash CS4 Presentation file that uses Forms and Slides and they want to update their presentation to HTML. I am not concerned about the presentation functionality or shell as my developer will create a new one... But, the presentation contains a bunch of timeline animations that demo their product.
    I don't want to export the animations out using the Canvas tag, or as a movie or image sequence.
    I am new to Edge, but I am thinking this is the solution for the animations.
    Is there a way to export/import these Flash timeline animations into Edge? Or even, at the very least, import the assets into Edge?
    Thanks,
    Carol

    What kind of animations do you have? If you have scenes in Flash you can reproduce that in Edge Animate with symbols. For small animations like a runner for example you can create a spritesheet with Flash and use it in Animate. You will have to use the clip tool and display on/off to set it up. Rigth now it takes several tools to go from Flash to Animate but Animate is quite adequate to reproduce what was done in Flash.

  • When I export an HTML5 animation from Edge Animate into Adobe Captivate 8, is there a way to resize the animation once in captivate to fit all devices (PC, tablet, mobile)?

    I have a hard time getting the animation to fit all sizes...
    Thanks for the help!

    That is probably it!
    How do I make it responsive?

  • Can't get my animation in edge animate to work

    here's my code, I can't figure out what exactly is wrong. None of my animations for my content are working when clicking on the corresponding buttons within my webpage.
    this is what i believed would work:
    var mySymbolObject = sym.getSymbol("homeright2");
    mySymbolObject.play("homeright3");
    var mySymbolObject = sym.getSymbol("hometoptext2");
    mySymbolObject.play("hometoptext3");
    var mySymbolObject = sym.getSymbol("homeleft2");
    mySymbolObject.play("homeleft3");
    // Show an element
    sym.$("homeleft2").show();
    // Show an element
    sym.$("hometoptext2").show();
    // Show an element
    sym.$("homeright2").show();
    // Hide an element
    sym.$("xboxone").hide();
    // Hide an element
    sym.$("macbookpro").hide();
    // Hide an element
    sym.$("bose").hide();
    // Hide an element
    sym.$("productstitle").hide();
    // Hide an element
    sym.$("applemic").hide();
    // Hide an element
    sym.$("geeksquadtext").hide();
    // Hide an element
    sym.$("geeksquadlogo").hide();
    // Hide an element
    sym.$("appletv").hide();
    // Hide an element
    sym.$("dealtitle").hide();
    // Hide an element
    sym.$("COD").hide();
    // Hide an element
    sym.$("nexus").hide();
    // Hide an element
    sym.$("toshiba").hide();
    // Hide an element
    sym.$("applestore").hide();
    // Hide an element
    sym.$("shopstitle").hide();
    // Hide an element
    sym.$("samsung").hide();
    // Hide an element
    sym.$("mag").hide();
    // Hide an element
    sym.$("microsoft").hide();
    // Hide an element
    sym.$("midtext").hide();
    // Hide an element
    sym.$("toptext").hide();
    // Hide an element
    sym.$("phone").hide();
    // Hide an element
    sym.$("contacttitle").hide();

    it seems to be working now, there was an error on my timeline.
    now the only problem I seem to be having is embedding a YouTube video within the page.
    using this code:
    var youtube = $("<iframe/>");
    sym.$("video12").append(youtube);
    youtube.attr('type','text/html');
    youtube.attr('width','540');
    youtube.attr('height','315');
    youtube.attr('src','http://www.youtube.com/embed/_JY4ZV_fumU?rel=0');
    youtube.attr('allowfullscreen','0');
    the video displays but it's like the container symbol is over top of it, so I can't play the video.
    Any ideas?

  • Responsive scaling of Edge Animate composition in Dreamweaver Fluid Grid Layout

    I have created an animation in Edge Animate and have placed it in the header of a Dreamweaver Fluid Grid Layout. I have put it in a div by itself so it can be turned off in the mobile layout. When I test the layout in a browser, the Edge Animate composition scales responsively to the window size, but the height of the div it is in does not. The width of the div changes with the width of the window, but the height of the div remains the same. Because the height of the div doesn't change, as the animation responds and resizes it leaves a large empty space between the bottom of the animation and the content that follows it on the page.
    The div itself does not have a rule for it's height associated with it. It seems to me that the div is getting its height from the original size of the html object which is the animation. I tried removing the height rule for the object, but then the div clips the bottom of the animation, and again, it doesn't resize with the window.
    Is there a way I can get the div's height to resize with the size of the animation as it changes?

    Thanks for your reply. You're right about most people not resizing their viewport during a session, but unfortunately the problem exists whether the screen is being resized or not. Refreshing the screen doesn't solve the problem.
    The width of the div adjusts to the width of the screen as expected and the Edge Animate composition inside it does too, but the height of the div doesn't adjust. As the animation gets smaller to fit the width, the height of the div that contains it remains the same, leaving empty space at the bottom of the div. What is needed is for the div to scale to fit the page width proportionally. Instead, only the width is adjusting.
    So I guess I need to know if there's either a way to force the div to scale proportionally or a way to tell it to adjust to the animation that it contains.

  • Embedding audio and animation into DPS using Edge Animate CC

    Hello all,
    I'm using all CC programs.
    I've created an animation in Edge Animate that I would like to place into my InDesign doc for DPS.
    The animations match up with sound file that I've imported into my EA file. I've tried using the buzz.js script (step-by-step as per the video tutorials I saw), but to no avail.
    Is there a way to place/embed the animation along with the sound for DPS?
    The animation will need to be simultaneously activated by the user to play.
    Thank you very much in advanced for your help—hopefully there is a solution or some sort of work-around!
    lv

    Would you be able to supply a link to your past messages? I'm not sure what messages you're talking about.
    Also, I do not need an audio over an audio—just one that plays while an animation plays.
    Would that be the same concept?
    Thank you.

  • Comment redimensionner mon anim lorsque je change le format de ma scène dans Edge animate ?

    J'ai créé une petite animation dans edge animate, mais je dois changer le format de ma Scène qui était trop grande... Toutefois, je ne sais pas comment redimensionner ou replacer correctement mon anim au centre de cette nouvelle scène...Par exemple, si je fais un déplacement de tout le projet de ma timeline, cela ne fonctionne pas... Quel est le moyen le plus simple à utiliser ?
    Merci de m'éclairer ! ;-)

    Pas de lien, c'est sur l'écran des leçons, directement dans le logiciel (pour le reste, voir ici).

  • Pourquoi les hyperliens d'une animation Edge Animate ne marchent plus, une fois le fichier en .oam importé dans Muse ?

    J'ai réalisé une petite animation dans Edge animate avec un lien vers un URL  sur une des images (action > clic > lien). Tout marche parfaitement dans Edge animate.
    Une fois le fichier .oam (généré par Edge) importé dans Muse, l'animation se joue bien mais les hyperliens réalisés dans Edge animate ne fonctionnent plus, lorsque que je prévisualise la page Muse ou le site dans n'importe quel navigateur.
    Y'a t il une solutions pour que les hyperliens qui fonctionnaient dans edge animate se jouent une fois le .oam importé dans Muse ? Merci à toutes les bonnes volontés qui peuvent résoudre ce problème

    J'ai réalisé une petite animation dans Edge animate avec un lien vers un URL  sur une des images (action > clic > lien). Tout marche parfaitement dans Edge animate.
    Une fois le fichier .oam (généré par Edge) importé dans Muse, l'animation se joue bien mais les hyperliens réalisés dans Edge animate ne fonctionnent plus, lorsque que je prévisualise la page Muse ou le site dans n'importe quel navigateur.
    Y'a t il une solutions pour que les hyperliens qui fonctionnaient dans edge animate se jouent une fois le .oam importé dans Muse ? Merci à toutes les bonnes volontés qui peuvent résoudre ce problème

  • Problem with Edge Animate oam file's autoplaying inside Muse

    Hi,
    I have created a Donut Chart animation in Edge Animate. It has 6 donut charts. Each chart is a symbol with animation inside. Everything looks good in edge animate. But, the problem is the .oam file is not working like I want inside Muse. The scroll effect function of is not working. It autoplays every time, regardless of the scroll settings applied. I am using Edge Animate 2014.1.1 and Muse 2014.3.1. So, it's kind of the latest versions.
    I tried several different methods. I found out that the animation works fine in Muse if I don't use any symbol in Edge Animate. Then the scroll function works like a charm. But if I use symbols, then the scroll function stops working. I want to use symbols for a reason. Because, I am making the website as a template to sell and want to include Edge Animate animations in it. Without using the symbols, it will create several objects in one place. And it would be too hard for people, with less knowledge of the program, to edit them.
    What should I do now? Please help!
    Best Regards

    Hello,
    Please double click on the symbol and make sure "autoplay " is unchecked in the stage properties. then republish the OAM file and then try.
    If the issue still persist please share the compressed project file with us to take a look at it.
    Regards
    Vivek

Maybe you are looking for