Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all 9897 articles
Browse latest View live

Play to keyframe from arbitrary start.

$
0
0

Hi,

 

I'm new to Edge Animate and trying to figure out something simple that I previously made in Hype.  I have an interactive graphic that shows a list of product features.  As the user clicks on a feature, the relevant physical area of the product is highlighted and a brief text description is shown.  An example of the desired effect can be found here.

 

The highlights should slide around and reshape to fit the desired area of the product.  Since the user may click on a feature in random order, I need a way to animate to a keyframe from an unknown or arbitrary starting keyframe.  So far, I have figured out how to animate a symbol to pick up and play a timeline from a labeled point, but can't grasp how to "Play To" a point rather than "Play From".  I have also used "Stop At" a label, but then the elements snap to the keyframe position rather than gracefully easing into the new desired position.

 

Any tips would be greatly appreciated.  This was pretty straightforward to do in Hype, so I imagine I'm just barking up the wrong tree in Edge.


Maintaining a fixed-width design, but extending the background responsively?

$
0
0

Hello!

 

I am working on a teaser site for a kickstarter campaign for a client. I have the design done in Edge Animate CC, with a parallax scroll mapped to the timeline.  I would like to maintain the fixed width aspect of the design and hide the overflow on x, but extend the background color responsively to the browser window.  Can anyone help me with how to accomplish this?  Site linked below. 

 

http://www.chadwelchart.com/ruinsaga.com/

 

Thanks in advance! 

Chad Welch

Site fine in all browsers but not the index page in Firefox?!

$
0
0

Hi fellow edgers!

 

I've created my site in Edge Animate and it works cross browser except in firefox where it seems to get caught in a loop. The other pages work in Firefox, but not the index page.

 

Any advice very much appreciated!

 

Thanks

Donni

Adobe muse or edge animate ?

$
0
0

hi ..

while i was browsing i saw a site that i though it is real creative http://hotdot.pro/ .. now i was wondering how to do the same thing ... should i use adobe muse  or edge animate ? to achieve the same results ?

The animation part is vary easy to do , however i am having difficulties to have the same scrolling effect as you scroll up/down ... the animation moves horizontally?

 

thanks for the help in advance

I am not getting the full panel in the Actions panel.

$
0
0

I am on a PC and I have uninstalled and reinstalled 4 times with no luck. Is there a problem with the actions panel on the PC?

 

I have been trying to expand the panel but the little code/action symbol that is suppose to be to the right of "Full Code" isn't there.

 

Can someone help me with this?

 

Thanks

non Facebook like button - how to?

$
0
0

Hi,

 

I need to have a like button that when clicked, sends me an email with subject: "page x liked" for example.

 

how would I go about this?

 

thanks loads!

Edge Animate failed to load composition. Newer version?

$
0
0

I have several Edge Animate projects that were created on a Mac, and now will not open on Windows. The error message is "...composition failed to load. this composition was saved by a newer version on edge animate. try using a newer version." Both Mac and Windows versions are up to date. I have had no issues when moving from a Windows generated project to the Mac.

Edge Animation looks flashy/glitchy in Firefox only, but then looks fine after a few refreshes.

$
0
0

Any idea what is going on here? I am using display on/off to toggle through each PNG frame by frame/layer by layer inside a symbol on the stage. The domain is currently at new.spiritworldwine.com. But I am going live with the site today, so it may change to www.spiritworldwine.com by end of day today.  I would like to get this fixed before I go live, but it looks fine in all other browsers so I am just gonna go ahead and if I don't figure something out soon, I am going to have to write and exception for Firefox and just show the static PNG.

 

Please help. Thanks.


Switching through PNG files at 10 fps causes flicker the first time it is run in firefox.

$
0
0

I have several hand-drawn animations where I cycle through png files at 10 frames per second.  For several of them, no matter the size, the first time I run them in firefox(17) the images either flicker or do not appear at all during the animation cycle.  I have not tested this in Chrome, but it works fine in IE9.  I understand this just may be a bug in firefox, but is there a known work around to remove the flicker?

iscroll not working

Part of my code won't work in Firefox

$
0
0

I'm not really good at coding and I have some problems with my code. I create animated menu in Edge Animate using jquery and then imported it in Muse as a edge file. It's working perfect in IE and Chrome, but something caused problems in Firefox - menu start animation just don't work in Firefox when scroll down. I appreciate any help!

 

Label="begin";
sym
.$("menuover").hide();
var h = $(window.parent).height()
var element1 = sym.getSymbol("submitbut").$("title");
var element8 = sym.getSymbol("aboutbut").$("title");
var element9 = sym.getSymbol("servicebut").$("title");
var element10 = sym.getSymbol("projectbut").$("title");
var element15 = sym.getSymbol("beginbut").$("title");

fired10
=true;
var fired11 =true;

$
(window.parent).on('scroll',function b1(){
var $this = $(this),
  $head
= $('#head');

  
if($this.scrollTop()> h &&Label=="begin"&& fired11 ===true){

  fired10
=false;
  fired11
=false;

var element3 = sym.$("menuback");
TweenMax.to(element1,1,{x:-630, alpha:1, ease:Power3.easeOut, onComplete:animDone});
TweenMax.to(element8,1.1,{x:-630, alpha:1, ease:Power3.easeOut});
TweenMax.to(element9,1.2,{x:-630, alpha:1, ease:Power3.easeOut});
TweenMax.to(element10,1.3,{x:-630, alpha:1, ease:Power3.easeOut});
TweenMax.to(element15,1.4,{x:-630, alpha:1, ease:Power3.easeOut});
TweenMax.to(element3,1.3,{alpha:1, x:-860, width:940, ease:Power3.easeOut});

function animDone(){
var element1 = sym.getSymbol("submitbut").$("title");
var element8 = sym.getSymbol("aboutbut").$("title");
var element9 = sym.getSymbol("servicebut").$("title");
var element10 = sym.getSymbol("projectbut").$("title");
var element15 = sym.getSymbol("beginbut").$("title");
TweenMax.to(element1,1,{color:"#7F8C8D", ease:Power3.easeOut, onComplete:animDone2});
TweenMax.to(element8,1,{color:"#7F8C8D", ease:Power3.easeOut});
TweenMax.to(element9,1,{color:"#7F8C8D", ease:Power3.easeOut});
TweenMax.to(element10,1,{color:"#7F8C8D", ease:Power3.easeOut});
TweenMax.to(element15,1,{color:"#7F8C8D", ease:Power3.easeOut});
}

function animDone2(){
var element2 = sym.getSymbol("submitbut").$("redline");
var element12 = sym.getSymbol("aboutbut").$("redline");
var element13 = sym.getSymbol("servicebut").$("redline");
var element14 = sym.getSymbol("projectbut").$("redline");
var element16 = sym.getSymbol("beginbut").$("title");
var element20 = sym.getSymbol("beginbut").$("strelka");
var element3 = sym.$("menuback");
var element5 = sym.$("closebut");
var element6 = sym.$("closebutover");
var element7 = sym.$("closebutback");
TweenMax.to(element3,0.6,{backgroundColor:"#ede8e0", x:-859, y:37, height:365, ease:Power3.easeOut, onComplete:animDone3});
TweenMax.to(element2,0.6,{x:0, y:-40, height:61, alpha:1, ease:Power3.easeOut});
TweenMax.to(element12,0.6,{x:0, y:-40, height:61, alpha:1, ease:Power3.easeOut});
TweenMax.to(element13,0.6,{x:0, y:-40, height:61, alpha:1, ease:Power3.easeOut});
TweenMax.to(element14,0.6,{x:0, y:-40, height:61, alpha:1, ease:Power3.easeOut});
TweenMax.to(element16,0.6,{color:"#ff3d4e", x:-450, y:55, scaleY:2, scaleX:2, ease:Power3.easeOut});
TweenMax.to(element20,0.6,{x:50, alpha:1, ease:Power3.easeOut});
TweenMax.to(element5,1,{alpha:1, x:-48, ease:Power3.easeOut});
TweenMax.to(element6,1,{x:-48, ease:Power3.easeOut});
TweenMax.to(element7,1,{alpha:1, width:30, ease:Power3.easeOut});
}

function animDone3(){
var element4 = sym.$("but5");
var element17 = sym.$("but4");
var element18 = sym.$("but3");
var element19 = sym.$("but2");
TweenMax.to(element4,1,{y:-75, ease:Power3.easeOut});
TweenMax.to(element17,1,{y:-139, ease:Power3.easeOut});
TweenMax.to(element18,1,{y:-203, ease:Power3.easeOut});
TweenMax.to(element19,1,{y:-267, ease:Power3.easeOut});
}

}
}
);

Help making back and forward buttons work in animation

$
0
0

I have an animation with several slides. In each slide theres an animation that brings the elements of that slide together such as a header that slides in and text that fades in, etc. Anyways, so I added a next and back button that I want to skip to the next slide or go back to a previous one. I looked up some codes for this but none of them are working. I made the buttons using an arrow I took from photoshop, then uploaded to Edge Animate and converted to symbols. Any help? Thanks

Stop Animation on Mose Out

$
0
0

Hello everyone,

Please help me to solve my question.

 

I made an animation but I have some problems with stoping it, to stop the animation I am using mouseout.

When I take off the mouse from the element, I want first the animation to finished and only after it's finished it should stop.

 

Here is the link to DropBox where you could download and see my files: https://dl.dropboxusercontent.com/u/81373400/edge.zip

 

Please help me someone, I am playing with this already a few hours and can't understand how to stop it like that.

 

Kind regards,

Sergiu.

Site redirects to Adobe Site on iPhone and iPad

$
0
0

The Site that I made with Edge Animate redirects to Adobe's Site (adobeDotCom) on the iPhone and iPad

Is Edge Animate trying to tell me something?

Why are the svg-files blurred in AN when I scale stage? They looks like pixel graphics.

$
0
0

Why are the svg-files blurred in AN when I scale stage? They looks like pixel graphics.


Can I set a GIF file to cycle through with scroll?

$
0
0

If a GIF consists of 40 frames, can i set it up to display a new frame with each scroll?

Edge Animate keeps CRASHING when I try to save project!!!!!!!!!!!!!!!!!!

$
0
0

Dear Adobe,

I am working on a fairly large interactive site within Edge Animate.

 

I have a random - yet ever increasing problem now. Whenever I try to save the project it will crash.

 

It is ridiculously frustrating and greatly affecting my productivity and workflow.

 

Can someone from Adobe's staff please help resolve this matter.

 

My Project:

An interactive website created within Edge Animate for a client.

8 chapter website that loads symbol (web page) from library into a parent container on the stage.

I have a large number of symbols (or what I think is a large number)

 

Problem:

Continues to crash!!!!!

Angry / sad face mixed with throwing, coffee cups and furniture (not really).

 

Actions Tried:

I have tried completely uninstalling Adobe Edge Animte CC 2014 and reinstalling it (preferences were removed when uninstalled) - problem remains.

 

My System Specs:

Mac Pro, 2013

3Ghz 8-Core Intel Xeon E5

32gb Memory

OS X 10.9.4

 

Please help.

 

Cheers,

Jason

how can I delete symbol from library?

$
0
0

I tried pressing delete and right clicking on the symbol, but the delete command is greyed out...

Why can't i delete symbols?

How do I convert my Edge animation into something I can post on Facebook?

$
0
0

I finished a simple animation for a customer. I would like to post it on Facebook somehow. Is it possible to do? It is now an OAM , How do I make it work like a video would?

Add TWO Edge Animations/Stages to ONE web page (without using oam)

$
0
0

Hi All,

 

This is a bit of a follow on question for those who are adding scalable height/width edge compositions to web pages using the awesome piece of code created by Sarah (http://sarahjustine.com/) and other forum contributors... (attached code below).

 

My question is: How do I add a second Edge Animate composition to the same page using this method?  So it's using "Stage" already... i'm guessing it's a matter of changing it to "Stage_02" etc in the following code?  I've tried changing the relevant code but so far I have been unsuccessful in getting it to recognise a second stage.

 

Any help would be appreciated, many thanks in advance for your time.

Jeff

 

Index.html

 

<!--Adobe Edge Runtime-->

    <script type="text/javascript" charset="utf-8" src="clouds_edgePreload.js"></script>

    <style>

        .edgeLoad-EDGE-78729757 { visibility:hidden; }

    </style>

<!--Adobe Edge Runtime End-->

 

<div class="stagewrap">

        <div id="Stage" class="EDGE-78729757">

        </div><!-- Close Edge Animate Stage -->

</div><!-- Close stagewrap -->

 

 

 

Adobe Edge Stage Script

 

var stageHeight = sym.$('Stage').height(); // Set a variable for the height of the stage

 

sym.$("#Stage").css({ // Set the transform origin so we always scale to the top left corner of the stage

"transform-origin":"0 0",

"-ms-transform-origin":"0 0",

"-webkit-transform-origin":"0 0",

"-moz-transform-origin":"0 0",

"-o-transform-origin":"0 0"

});

 

function scaleStage() {

    var stage = sym.$('Stage'); // Set a reusable variable to reference the stage

    var parent = sym.$('Stage').parent(); // Set a reusable variable to reference the parent container of the stage

 

    var parentWidth = stage.parent().width(); // Get the parent of the stage width

    var stageWidth = stage.width(); // Get the stage width

    var desiredWidth = Math.round(parentWidth * 1); // Set the new width of the stage as it scales

    var rescale = (desiredWidth / stageWidth); // Set a variable to calculate the new width of the stage as it scales

 

// Rescale the stage!

     stage.css('transform', 'scale(' + rescale + ')');

    stage.css(  '-o-transform', 'scale(' + rescale + ')');

     stage.css('-ms-transform', 'scale(' + rescale + ')');

    stage.css('-webkit-transform', 'scale(' + rescale + ')');

     stage.css('-moz-transform', 'scale(' + rescale + ')');

    stage.css('-o-transform', 'scale(' + rescale + ')');

    parent.height(stageHeight * rescale); // Reset the height of the parent container so the objects below it will reflow as the height adjusts

}

 

// Make it happen when the browser resizes

$(window).on('resize', function(){

     scaleStage();

});

 

// Make it happen when the page first loads

$(document).ready(function(){

    scaleStage();

});

Viewing all 9897 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>