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

Jumpy and Blurry Animation in Google Chrome

$
0
0

Hi! I seem to have problems getting my animation to run smoothly in Google Chrome... seems to work ok in Internet Explorer. Am I doing something wrong?

 

Untitled

 

thank you so much any help is appreciated!

 

Christina


I need a Adobe Edge simple machine tutorial!

$
0
0

Hello, I'm looking for a tutorial that will help me make one of the fallowing machinesin adobe edge; 1. A lever is a stiff bar that rests on a support called a fulcrum which lifts or moves loads. There are three classes of levers. 2. A pulley is a simple machine that uses grooved wheels and a rope to raise, lower or move a load. 3. A wedge is an object with at least one slanting side ending in a sharp edge, which cuts material apart. 4. A wheel with a rod, called an axle, through its center lifts or moves loads. 5. An inclined plane is a slanting surface connecting a lower level to a higher level. 6. A screw is an inclined plane wrapped around a pole which holds things together or lifts materials.

I hope someone can help!

Controlling CSS filters with javascript

$
0
0

I know I came across a post in the past explaining how to retrieve CSS values with javascript, but I cannot find it now. It basically came down to something like this:

 

sym.getSymbol(componentNum).getSymbol(BKnum).$("open1").css("opacity");

 

I'm now trying to control CSS values and can reverse engineer this to control standard CSS values, but cannot figure out the proper structure for controlling CSS filters.

 

sym.getSymbol(componentNum).getSymbol(BKnum).$("open1").css({'opacity':0.5});

 

This successfully changes the opacity to .5, but how would I control the invert property? Animate lists it as:

 

CSS: filter: invert()

 

As opposed to:

 

style="opacity: .5;"

Is there anway to save a crashed file that now doesn't open?

$
0
0

My Edge crashed in a session, and now doesn't open and gives me a unknown C++ exception when trying to open!

 

Can I save my file????

Cannot open html files

$
0
0

Since I updated to CC 2014, I cannot open html projects like I did in the past. Sometimes I use Edge animation to do some animation work after build the site on brackets for exemple.

 

For exemple, when I try to open this website on edge animate:

 

Screen Shot 2014-11-10 at 20.17.45.png

I get this:

 

Screen Shot 2014-11-10 at 20.17.18.png

 

I cannot see elements like backgrounds, the correct size of divs or background images...

 

 

Do you have any idea how can I fix that?

Where can I purchase Edge Animate CC? It disappeared in single app list!

How to centre element on stage?

$
0
0

Hi community!
i'm having trouble trying to centre an animation on my stage. The "centre stage" function centres my stage relative to the browser window but i'd like my element to be centred within the stage. I eventually intend to export this as oam for my muse site.

 

Here's the files if anyone would like to take a crack at it. It's basically a collage of buttons. I currently have them all individually animated to a fixed position, but wat i'd really like is for the buttons to animate to the centre of the stage from their respective positions every time. I found some js/jq/css(?) here, here n here but i've no idea how to fit it in.

 

Also, i'm not sure if centering the animation would create new problems when the user scrolls the stage while the button is still active, ie will the reverse animation still return the button to its original position?

 

Thx for any assistance!

ian

The audio included in Edge animate, does not work on Ipad but works in browsers Normal

$
0
0

The audio included in Edge animate, does not work on Ipad but works in browsers Normal


sym.stop() on Stage timeline closes popups!

$
0
0

Hi. I have a project divided into parts by labels. Before (in front of) each label i have sym.stop() action to prevent animation going further; it is allowed to continue only by clicking on a button.

 

There is another button on stage, which opens a popup with a movie.

 

If the popup is opened BEFORE animation goes to frame with sym.stop(), popup CLOSES ITSELF when animation reaches sym.stop() frame.

 

It didn't work like this in previous version of Edge Animate.

 

Help?

Positioning a responsive composition in a containing DIV

$
0
0

OK, I may be having a fruit loop moment but I've spent 2 days trying to correctly position and size a responsive composition in a basic div.

 

I have some old compositions that I am trying to update from 2013 but when the responsive scaling is selected (either horizontal, vertical, or both) they then leap out of all the containing div's on my page and scale to the viewport.

 

My page layout is %age based and the composition should scale inside the containing div depending on the viewport size and any resize.  It all worked perfectly before I updated but now whenever I set a composition to 'Responsive Scaling' it wants to scale to the page.

 

Am I missing something really obvious?

buttons stop working

$
0
0

I'm working on a simple "sigh!" prototype to display basic interactions, it's just a bunch of buttons with rollover, click and idle states. It all worked fine until Edge crashed (which happens frequently I must add) and now my buttons don't work at all. The actions are still there but they don't work on export. One of the buttons makes the cursor change to the hand but it never displays any other states but the idle one and another two buttons are permanently on the down state and don't change the cursor when rolling over. I've restarted edge to no avail. This was supposed to be a quick job!

Layers visibility on loop

$
0
0

After my first production work in Edge cc 2014.1 I had some issues I'd like to report, to understand if it's my workflow problem or something is not working properly.

 

Despite the infamous c++ error that made working with keyframes a nightmare, these are the issus I've encountered:


The animation is a 30 seconds banner (looped), very simple with 10 layers (pngs, text).

 

- When published, after looping some layers didn't disappear. I had to force the "display:off" and "display:on" keyframing the property when I wanted the layer to be correctly displayed. I had 10 banners of different sizes (same project duplicated with "save as") and this happened to different layers in a random way (the same layer in some projects stayed visible as the opacity was set in timeline, in other I had to force it using the display property).

 

- In Chrome the text "line height" property was displayed correctly, in Safari for some texts I had to put a keyframe for this property at the beginning of the timeline to have it displayed correctly.

 

- When editing a symbol and pressing cmd+s the layout is flashing and symbols are changed of position (only as displayed, going back to main stage the position is still ok). Sometimes it goes back to main stage.

 

- When I load the published .html in the browser (happened both in Chrome and Safari) and then changed tab then came back to the animation, the texts (webfonts) sometimes are missing or misplaced.

 

- Some of the glitches above (disappearing or wrong "display" property of layers, line height different from value set in project), sometimes were not present in the preview but only in published version.

 

Hope this helps,

thanks

How to wait on a frame with controls to go to next, prev and stop

$
0
0

We have a banner with 5 image triggers.

each trigger jumps the Stage to a specific frame.

Now the project could benefit from an automatic gallery approach with the ability to use those 5 triggers to override navigation.

 

I know we could just put a play on the main timeline and then force keyframes but that seems over cumbersome.

Is there a way to do this with just code on document ready?

 

How would you tell animate to wait on a frame for x seconds and then jump to the next frame and so on?

 

We have loaded Jquery as well into the timeline.

 

Where are the full list of capabilities of what animate can actually be coded to do?  Learning is difficult without some kind of full list of possible commands.

All the best!

Create a Flip-Counter

$
0
0

Hey, im trying to recreate a flip counter like this:

 

Capture.PNG

 

I'm just starting out so right now so all i have is this counter code for a text box with the id of "Text":

 

var counter_delay = 20;

var max_count = 2000;

var present_count = 489;

 

 

var timer = window.setInterval(stepUp, counter_delay);

var timer = window.setInterval(stepUp2, counter_delay);

 

 

function stepUp() {

     present_count++;

     // Change the text of an element

     sym.$("Text").html(present_count);

 

 

     if (present_count >= 2000) {

          present_count = 0; // resets the count to 0

     }

 

 

 

 

}

 

 

Can anyone help or point me in the right direction to achieve this?

how to trigger based play a text, video and animated symbol

$
0
0

Hello

 

I have an animated text followed by a video followed by animated symbol. I have a next button with the following commands

 

sym.getSymbol("slide").play();

 

 

sym.play();

 

The problem:

 

I can go next from the text to the video but have to wait till the video finishes playing then the symbol comes in automatically. if i click next while the video is playing. The animation progresses in the symbol and it misses the starting animation.

 

What i want is while the video is playing and i click next the video stops and the slide starts to play.

 

Project file here: https://www.mediafire.com/?0zv067hgt6g0l7x

 

Can anyone help ?

 

Thanks


iPad browser bounce issue

$
0
0

We have created an HTML5 app with Edge Animate that needs to run in a browser on the iPad.  By default, apps running in an iPad browser will scroll up or down (or “bounce”) when the screen is swiped up or down.  To lock the app to keep it from “bouncing” we use the standard iPad Javascript code:  document.ontouchmove = function (e) { e.preventDefault() };  But, for some reason, this causes the Edge app to stop responding to standard screen taps correctly.  Sometimes there is a very long delay of 20-30 seconds before the app responds.  Does anyone know of a fix for this?

Replay / loop error in updated edge animation file

$
0
0

I have a file made in a legacy Adobe Edge - about this time a year ago when i run the html file it loops fine - as soon as i open in the new adobe edge it auto updates and saves a new version  - this version that it creates will not loop correctly - it basically stops and slowly fades showing the animation as a opacity - worked fine before the update anyone know why this would be ? and how to fix it - i have tried to remake the loop by removing the command and resetting it to

// play the timeline from the given position (ms or label)

sym.play(0);

 

but it still does the same - really dont want to have to remake this animation - any thoughts would be great

Firefox Will Not Display Animate Composition

$
0
0

I have created a simple two slide marquee and it displays fine on IE 9+, Chrome, Safari and Opera but it does not display on Firefox. You can view it at:

 

http://champion.firthwebworks.com.au

 

Any ideas as to why?

I can't get my Edge OAM project to run on website. Everything works fine on test site(wamp) but when I try to use it on website nothing loads. I use wordpress on both sites. I use Dreamweaver to insert and transfer files to both also.

$
0
0

Please Help! I've spent countless hours on this...even made a simple static html page and it still only works on test site. File structures are basically the same on both except website is secure(https).

Is it possible to use Edge Animate CC to create a dynamic bar graph with data from a MySQL database?

$
0
0

I am still fairly new to Edge Animate and I am having great success creating animations and interactive content. Is Edge Animate CC able to create dynamic animations based on data taken from a MySQL database? Will I be able to use php to interface with edge and the database?

Viewing all 9897 articles
Browse latest View live


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