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

Let's stack independent Edge animations.

$
0
0

Goal:

Create multiple Edge animations, which animate out to reveal another independent Edge animation behind it. Repeat as many times as desired, in a storyboard fashion. All animations will sit in a single HTML page, and javascript will load and play new animations when necessary.

 

Unsolved Problem:

After getting this to work for 2-3 animations, it locks up and nothing works again. This appears to happen when edge.1.0.0.min.js loads, after edge.1.5.0.min.js had been used for the first two animations. I can see the file load in the web inspector, where it hadn't existed for the first two animations. This may or may not be related.

 

Key Players:

Hide / Show Divs: document.getElementById('div_container').style.display = 'none';

Play new animations: AdobeEdge.getComposition("myAnimation").getStage().play(0);

 

HTML Structure:

http://pastebin.com/EJAjScmc

 

  • HTML5 doctype
  • head.min.js loaded, which helps with loading new animations on demand
  • .edgeLoad-homepage { visibility:hidden; } for each animation anticipated
  • <div class="container"> A main container for all of the animations
  • <div id="homepage_cont" style="z-index:9;" class="container2"> A sub-container for each animation
  • <div id="homepage" class="homepage"></div> for each animation anticipated
  • <script>head.js("homepage_edgePreload.js");</script> head.js loads the javascript for each animation, on-demand

 

Problem: Must get multiple animations on top of each other, via HTML & CSS.

Solution: Check out the HTML structure linked to above. This required creating a primary container for all animations, then additional containers for each animation. Applying CSS to edge animation div's directly DOES NOT WORK, which is why additional containers are necessary.

Example:

     Style:

<style>

.container

{

          height:700px;

          width: 1200px;

          position:relative;

          margin:0 auto;

}

.container2

{

          height:700px;

          width: 1200px;

          position:absolute;

          left:0px;

          top:0px;

}

</style>


     HTML:

<div class="container">

          <div id="preppydate_cont" style="display:none; z-index:1;" class="container2"><div id="preppydate" class="preppydate"></div></div>


Problem: Can't load all animations up front, waaaay to many browser resources.

Solution: Include the skeleton for where animations will go (the HTML), and load javascript when necessary via head.js.

Example:

In head: <script type="text/javascript" charset="utf-8" src="head.min.js"></script>

In HTML body: <script>head.js("homepage_edgePreload.js");</script>

In Adobe Edge animations, when getting ready for the next: head.js("nextAnimation_edgePreload.js");

 

Problem: First animation loads, animates out into the one behind it, can't click anything on new animation.

Solution: The container for the top animation still exists. In the timeline of the first animation, hide its container (which you created, myAnimation_cont).

Example:

On the Edge timeline, towards the end: document.getElementById('homepage_cont').style.display = 'none';

 

Problem: When new animation is loaded, it starts before the previous animation is finsihed.

Solution: In Edge, pause the new animation on the first frame. Then, on the previous animation's timeline, at the end, play the new one.

Example:

On the exiting animation: AdobeEdge.getComposition("myNewAnimation").getStage().play(0);

 

 

 

Please ask for any clarification, and reply back if you can offer any help! I've solved a lot of issues but it seems the more I solve the more there are hiding. Has anybody accomplished this in a simpler way? Has anybody done this at all? It's simiar to the Adobe Edge Bootstrap post, but more complicated in that you can't hide the prior div until you've already animated into the new one. That is, you have two div's concurrently existing, which is not how the post did it.


Adding a web font from Adobe

$
0
0

Hi,

I'm making a dynamic banner with Edge Animate and need to add a text headline (not a graphic) which uses Trade Gothic font.

I wasn't able to add this as a web font because it's licensed by Adobe and can't be converted by a web generator.

Since Adobe is also the maker of Edge Animate I thought will be somewhere by default (on Typekit or other place linked to Edge) but haven't find it.

Then, what should I do?

 

Any help will be greatly appreciated. Thank you!

 

Lujan

no animation on second loop.

$
0
0

Hello,

 

I created edge animate web banner. I wanted to loop the animation. I tried the 'play from' play the the animation to the label I created on the start.

It worked, however the animation on the next loop is not working as the 1st one.

 

here is the banner i created. banner

 

Thank you,

jef

"Edge Animate failed to find a port and must exit". Do you have any solutions?

$
0
0

i can't startup Edge,  my error keeps coming back: "Edge Animate failed to find a port and must exit". Reinstalling didn't work either.  Do you have any solutions?

Screen Shot 2014-09-11 at 4.39.42 PM.png

Circles become squares?

$
0
0

Hi, all circles i create on edge be it with or without animation when importing to indesign they become squares

any ideas why and how to solve this?

thanks

Touch punch

$
0
0

Hello,

 

We have a problem with the function jQuery UI Touch Punch. it doesn't work on the iPad

The object is possible to move, but it don't drop to his place.
We spent many hours to find a solution.. but we can't find a solution.. is this a bug??

 

Please take a look at the project (PC and iPad)

 

Ton

 

http://elektrischhandgereedschap.businesscatalyst.com/pc.html

 

 

 

In the JS folder:

jquery.ui.touch-punch.min

jquery-ui-1.10.4.custom.min

 

Include yepnope

making an arrowhead

$
0
0

does anybody know an easy way to make an arrowhead for an arrow in adobe edge animate?

Whenever I try to download the Edge Animate tutorials it says currently having issues ant to contact customer support

$
0
0

Whenever I try to download the Edge Animate tutorials it says currently having issues ant to contact customer support


Intricate Switcher in Edge

$
0
0

I'm building a content switcher with 3 buttons. Each button corresponds to 5 objects which change in size upon click of the button. When I click the buttons in order it works fine, however if I click on "3" and then click on "2" the animation resets and plays button "1" animation then stops at button "2" animation.  How can i keep it from resetting? and smoothly go back to button "2" and "1"

Rotating circles and changing position?

Why the movie actions needs to be fixed

$
0
0

Here´s the most basic example of why the movie interactivity doesn´t work fully in Edge.

 

In the project below is nothing but an imported 3D animated movie clip (which works), and a button telling the movie to play (which works too).

 

At the 3,5 mark there´s a trigger telling the movie to pause. It doesn´t, it keeps on running. I´ve tried using "stop all" and multiple other actions, by themselves or in combinations. The movie doesn´t pause. I have managed to make it pause at different intervals, but it was so cumbersome I can´t use it in my work as a graphic news designer. Edge constantly crashes too.

 

I hope this problem will be adressed in the next update. I bought Edge to add interactivity to animations done in 3D programs, and for now I can´t use Edge for that. Unless I have missed some crucial feature.

 

edgepause.jpg

Why is Adobe Edge pricing information so difficult to find?, for a site like this to be so difficult to use is a DISGRACE

$
0
0

I've spent ages looking, going around in circles continuously trying to be sold the full package etc etc  Want to go to the forums?? NO want to buy everything ? NO I just want this and its IMPOSSIBLE TO FIND.

How to use the jquery UI slider object in Edge to control the play head

$
0
0

Edge seems to automatically load jquery {I think} because I see a lot of $.{...} code in the code file. I want to do something like ... add the jquery UI slider as a symbol into my assets library then place an instance of the slider on my stage. Then I can start coding event handlers that get the position of the slider and then reposition the play head to the trigger associated with the number returned from the slider. The slider seemed to be controlled in jquery and the play head control is in the Edge api.  they both seem to work with js functions ...  so I'm looking for a way to get them working together in the Edge code that I see for a stage.

Edge/jQuery Function Scope: need advice

$
0
0

Hi all ...

 

I'm having difficulty with my Adobe Edge Animate code finesse, and I could use some advice. I'm more of a coder than an Edge/Flash guy, so I'm having trouble understanding the scope of variables and where I can use variables and anonymous functions on the global scope.

 

I wrote a Tic-Tac-Toe game in Edge Animate, and I'd like many of my functions to be scoped globally so that I can just call them on a click action and play back the timeline once the function returns a response.

 

Here's a typical onclick action:

 

         thisSym = sym.getSymbol("b1");

         var thisWinner = checkChoice(1, thisSym);

       

          // problematic code

         if (thisWinner === 1) {

          sym.getSymbol("winBox").$("theText").html("X WINS!");

          sym.play(2500);

         } else if (thisWinner === 2) {

          sym.getSymbol("winBox").$("theText").html("O WINS!");

          sym.play(2500);

         }

 

Note that b1 is a square on the Tic-Tac-Toe grid and checkChoice is a function I wrote in Full Code view to handle checking whether the clicked box returns a winner.

 

Currently, when I return a winner (1 for "X", 2 for "O") you'll note that I can go to a specific area on the timeline, dynamically update the text to say "X Wins" or "O Wins" depending on whomever wins, and then sym.play(2500) to go to the main timeline.

 

Here's the problem: I want to abstract the portion of this click action that comes after my comment //problematic code. What's stopping me? The ability to control the stage timeline from outside of the stage scope in the code. I can *do* all the logic and get console.log to print whatever I want, but I can't get the stage to move to 2500.

 

Any thoughts or advice? A good article on using custom functions in Edge Animate would be extremely helpful.

 

Thanks!

William

How can i link one composition to another?

$
0
0

Hi,

 

I'm a beginner yet, so my question might be stupid, sorry for that.

I have two compositions, and i'd like to make an action linking them. For example, when i click on the element on my stage in composition1, it should show composition2.

How can i do that?

 

Thanks


while installing adobe edge anim it shows insert adobe edge animate disk

$
0
0

while installing it shows insert adobe edge animate disk but i am only installing the trial version. how can i have disk when i downloaded it for the trial use. ? please help.!!

Edge Animate program itself running slow

$
0
0

The Edge Animate CC program itself is running really slow on my work computer right from the start the first time I installed it. When I try to do anything the response is sluggish at best, and often the “Not Responding” message comes up. After about 30 seconds to a minute, it unfreezes and the operation completes. Other CC programs including Dreamweaver, Photoshop and Flash run fine – it is just Animate. Animate also runs normally on my home computer. Reinstall was no good.

 

The computer is a Dell desktop with a Core i5-3330 processor and 8G of RAM running Windows 8 Pro 64-bit.

 

I’m afraid this may be one of those rare obscure issues that is impossible to resolve, because I can’t find anyone with a similar problem online, so any hopeful suggestions would be welcome.

FYI My latest tutorial is out on edgehero.com - GreenSock circular drag

Infographic Mouse Over (No Loop)

$
0
0

Hi Guys,

 

I am currently creating an animation that plays once you mouse over a zone. However I would like to make sure it only play once instead of repeatedly.

 

Just wondering how to do this.

 

So the main zone/frmae has this code

 

sym.play("Frame"); //The Frame is actually a label

 

and to end the animation

sym.stop()

 

Just wondering how you would go about doing this?

 

Thanks!

Oliver

Email form in edge?

$
0
0

Hi, how make email form like this in edge? Pls help me

 

a4.jpg

Viewing all 9897 articles
Browse latest View live