Edge Animate CC :: Down Level Stage Disables Other JQuery Page Elements

Apr 4, 2014

I have create a small Edge Animate animation that I'm trying to add to our home page. After getting everything running and working properly in IE9+, Chrome, Firefox and Safari I moved it from the development environment to our live site. Then I viewed it on an older machine running IE8 and the down level stage worked great, but it disabled a jquery image slider and a little custom jquery script I wrote to polite load an embedded youtube video. The only  cusomization I did to the edge files was to remove the loader for the included version of JQuery so that it would run the on I call from Google instead. This prevent intial conflicts between already existing jquery elements on the page.

View 2 Replies


ADVERTISEMENT

Edge Animate CC :: Randomly Placed Elements On Stage?

Aug 10, 2013

I'm working on a small banner type ad for someone.   The ad has the word "FREE" that turns on and off about every 1/8 second using opacity and placing the elements in different places on the stage - works fine.

However, is it possible to take one element (the "free" text) and have it randomly run at different places on the stage (jQuery I suppose)? My only reason for this is to learn something new and clean up the stage that currently has 30 elements, all duplicates!

View 1 Replies View Related

Edge Animate CC :: Hiding Background Animation Elements That Are Beyond Stage?

May 11, 2013

I can't seem to figure this out, and i'm at the end of my limited HTML and CSS knowledge. I created an animated background in Edge to use on my site, but the elements that should be hidden beyond the 1500px stage just sit there and are visible if you resize your window. i attempted to customize it with a #stage id and overflow:hidden but it did nothing.
 
my website is [URL] and if you resize your window past 1500px, or scroll over to the right, you can see one of the images just waiting until it is activated. i'd like to hide everything past the 1500px mark but i can't figure out how to do that.
 
the Edge Runtime script is in the head, including the <style> for .edgeLoad and .updateBack elelments. the <div id="stage" class="updateBack"> is the first line of code in the html, then the tag is closed and i have my main container.

View 16 Replies View Related

Edge Animate CC :: WordPress Hidden Off-stage Elements Are Visible?

Apr 17, 2014

I use the wp_oEmbed and the edge suite plug-in and in both cases the hidden off-stage elements are visible.  This seems to only happen in WordPress.  Standard HTML iframe does not have this problem, not does the simple html generated by edge.  This seems to happen in all browsers.  I even tried inline styling with a div and overflow hidden command.

View 2 Replies View Related

Edge Animate CC :: Minimize JQuery Usage And Edge API Itself

Jan 7, 2013

Edge Animate project produces 4 default framework files right now: Edge API, jQuery, jQuery Easing and JSON. Gzipping them we got 60KB of pure JS compressed and minified code. After that we have actual project files which can be compressed into around 20KB but this really depends on a project. So finally we have around 80KB of JS code without images, styles yet. This is acceptable for broadband connections but looks a bit too large for mobile devices.
 
Is there any way to minimize dependencies on jQuery so that framework will be at least 30KB? Smaller is better in this case.
 
I'm evaluating Hype by Tumult at the same time and framework JS produced is 16KB compressed and minified. It's 4 times smaller (60KB of Edge Animate). It doesn't contain IE-compatibility though but I don't seriously care about IE 6-9 as mobile is primary target for me so Webkit.

View 11 Replies View Related

Edge Animate CC :: Update The JQuery Library

Jun 19, 2013

Just wondering if I can update the jQuery Library in Edge 1.5. It uses 1.7.1 and I know 1.10 is out. Can I do this or do I stay with 1.7

View 3 Replies View Related

Edge Animate CC :: Jquery Calling Symbol In Itself?

Jul 17, 2013

I want to create on the symbol an mouse over event that address the same symbol.
 
i've tried
 
this.css("display","none");
 
with no success..

View 5 Replies View Related

Edge Animate CC :: Restart Animation Jquery UI

Feb 27, 2014

have made draggable and droppable objects in my project. Everything is working great but also i have made a button Restart. The function of restatrt is that by pushing on this button everything goes on its places. Like reloading the page (but of course without reloading) How can i do this? Because i cannot do anything honestly.

View 6 Replies View Related

Edge Animate CC :: How To Use JQuery Address With Adobe

Dec 10, 2012

I would like to use the Jquery Address plugin with an Adobe Edge Animate project. When I create a simple website without Edge, I can easily use the Jquery Address plugin and implement it but here I'm a bit disappointed because I'm not really a developer and I don't know how to do.
 
I find more friendly the fact to be able to use the browser arrow to reresh, navigate previous and next page. Maybe it can be added in a future update of Adobe Edge ?

View 8 Replies View Related

Edge Animate CC :: JQuery Pull Out Tabs?

Apr 30, 2013

Possible to have pullout tabs with content working inside edge?

View 10 Replies View Related

Edge Animate CC :: Using Jquery To Show And Hide Symbols?

Aug 15, 2013

I have a project in Edge with a couple of screens as symbols on layers in the main timeline. I've been trying to write a function in the global scope that I can call from all the buttons, to show and hide screens.
 
So far I have a function that looks like this:
 
function mainScreenOut (){
sym.$("screen1").hide();
}
 
But this and many variations don't seem to work. how to use these jquery commands properly?

View 5 Replies View Related

Edge Animate CC :: How To Center An Animate Stage Left And Right In Browser Window

Dec 22, 2012

I want to center an animate stage left and right in the browser window.

View 2 Replies View Related

Edge Animate CC :: Collision-Detection With CSS And JQuery - How To Start Animation

Jul 25, 2013

I want to have some kind of collision-detection within two symbols. So when one symbol collides with another there will appear be text like "squash" or something.
 
I haven't found anything about collision-detecting in edge animate, but I thought I could handle it with looking for the same css-parameters of both symbols. Obj1 is moving to Obj2 on a motion path. Now I want to have a Text, when it reaches Obj2.So I tried it like this:
 
var positionobj1 = sym.$("obj1").css("left");
var positionobj2 = sym.$("obj2").css("left");
 
if (positionobj1 == positionobj2){
sym.play("Text");
}

View 1 Replies View Related

Edge Animate CC :: Insert JQuery HTML Into Text Field Nested Inside Of Symbol?

Sep 19, 2013

Got a nested symbol. Rather simple one. Inside the symbol is a background rectangle and a text field. When I click a button, it should insert the HTML I give it from the click event.
 
Now initially I did this by just using the text field by itself. No nesting. This is the code:
 
 sym.$("copy").html("Edge Rocks!");
OK, success! The text loaded just fine.
 
Now let's insert that text field inside of a symbol. And let's call that symbol 'content'.Now I try....
 
 sym.$("content").$("copy").html("Some new text");
 
Result? Nothing.
 
Tried using stage instead of sym and even added a var stage = sym.getComposition().getStage() statement before that. Nope.

View 8 Replies View Related

Edge Animate CC :: Banner In Iframe Redirects And Disables Back Button

Apr 1, 2013

I have a website banner made in edge with links to other pages of the site. The banner itself is within an iframe (Generally I avoid iframes but I had no option with this one). If you click a link, it will take you to the right page. However if you click the browser's back button, the original page begins to load but quickly redirects you forward again, thus virtually removing the back buttons functionality. However if I click "back" a second time, it works.
 
Another peculiar thing is that when the page loads, the contents of the page that I am navigating to start to load within the iframe before it redirects. I tried adding "_parent" as a target attribute to all my links but the problem remains. Does edge automatically detect iframe usage and assign link targets to the _parent frame with jQuery?

View 1 Replies View Related

Edge Animate CC :: How To Scroll The Stage

Mar 28, 2013

I want to divide the stage to 4-5 sections vertically or horizontally and by pressing buttons  to navigate/scrolling the stage in these  sections.

View 3 Replies View Related

Edge Animate CC :: How To Increment Value On Stage

Apr 27, 2013

I am trying to make a game where when the user presses a button it increments a score on stage.So far I set a text field on stage with name counter:
 
//set the value of a Symbol variable
sym.setVariable("score", "0");
sym.$("counter").html(sym.getVariable("score"));
 
How do I code a button to increment this score each time it is clicked?

View 5 Replies View Related

Edge Animate CC :: How To Rename ID Stage

Jan 27, 2014

I need to insert multiple Edge Animate in the same webpage, but it’s impossibile change the id… always “Stage” and same name create problem with W3C validation.
 
How to rename the stage’s id?

View 6 Replies View Related

Edge Animate CC :: Selecting Elements On The Page?

Jul 7, 2013

There are several elements on the page. When there is one group or element on a page, i find it difficult to select other elements.
 
 i know hiding the element would allow me to select other elements. But I need to see other elements when working on the image.

View 1 Replies View Related

Edge Animate CC :: How To Refer To Label On Stage From Within Symbol

Jan 3, 2013

I'm working on a project in Edge Animate, however I have about zero experience with JavaScript and I can't seem to get this working without it.
 
 Below you see the code. It's part of a Symbol situated on the Stage. What I need it to do is to play from a Label ('subFontsTitels') situated on the Stage-level. I've tried a lot of posibilities but with no (satisfying) results.
 
 Part of the code: 
 
Symbol.bindElementAction(compId, symbolName, "${_Button}", "click", function(sym, e) {
// play the timeline from the given position (ms or label)
sym.getComposition().getStage().sym.play('subFontsTitels');
// insert code for mouse click here
});
//Edge binding end

View 5 Replies View Related

Edge Animate CC :: Increase The Stage Height Beyond 10000 Px?

Apr 27, 2013

Im trying to build a long scrolling page and i need more than a 10000 px stage but edge only allows me a 10000px max height. How can i create a longer page and are their performance issues with a stage that size?

View 4 Replies View Related

Edge Animate CC :: How To Set Resizable Text According To Stage Percentage

Feb 3, 2013

I have built a product walk through demo using edge animate, in this demo i have set  stage to percentage but when i see my demo in ipad, the text remain its original size .

how to set text according my stage persentage.

View 7 Replies View Related

Edge Animate CC :: How To Make The Stage To Increase Height

Aug 12, 2013

 When I put the text into a dynamic
 
How to make the stage to increase height

View 6 Replies View Related

Edge Animate CC :: Centering A Symbol On A Responsive Stage

Sep 9, 2013

I am surprised at how much of a challenge this has turned into
 
[URL]
 
1. Isolated out simple functionality

2. Created a stage called 'test' @ 2600x470pxs (targeting HD monitors to tablet)

3. Set Stage to 100 percentage width

4. Added a simple shape called 'test1' > converted it to a symbol

5. Centered on stage

6. Changed Settings as per below

7. Added this into the creationComplete Code Window:

sym.$("test1").css({
   width : '2600px', 
   margin : '0 auto',
    position: 'relative' 
});
 
THE RESULT: it is fine at 2600 viewport but for 1024 it does not center.

[URL]

View 4 Replies View Related

Edge Animate CC :: Disappearing Picture When Reaching The Bottom Of Stage?

Oct 28, 2013

I created a photo at the bigging of the timeline to be scaled at 0,0. As it goes down I want it to 100%, and when it reaches the bottom of my stage area I to just have the photo just disapear.
 
When I tried this with scale x,y it slowing shrinks as it goes down. I don't want it to slowly shrink as it goes down. I just want it to just disapear when it reaches the botton.

View 1 Replies View Related

Edge Animate CC :: How To Structure Several Scenes On Main Stage Of Timeline

Dec 5, 2013

I'm new to edge animate but have a Flash background and I'm working in Edge Animate on a game which is structured in several scenes. Each scene I did put in a symbol. Now I wonder how to build the main timeline or the "story - controller" so to speak. I have all the scenes but I do not know how to connect them.
 
In Flash it was possible to add keyframes of scenes one after another (like stairs) and jump forward or backward if needed to load the movie clips. In Edge Animate all scenes (or symbols) are in place from the beginning of the timeline and I cannot move the symbol to a later keyframe. Of course I can move animations in the timeline. The only way I think is to hide the symbols first and make them visible if needed. But this does not seem to be the right way and I don't understand the concept of structuring complex animations yet.
 
I would like to know how to structure several scenes in Edge Animate properly. Something like a scene loader or unloader would be useful.

View 3 Replies View Related

Edge Animate CC :: Why Size Of Stage Increased / When Insert OAM Via Dreamweaver

Dec 28, 2012

I am creating a slider for a site's Home Page, and specified a Stage size of 960 x 255 pixels in my Edge Animate document. When I inserted the .oam file from Dreamweaver (Insert > Media), the dimensions grew to 980 x 275 pixels. Manually correcting the dimensions does not correct the problem. The width remains wider, and a gap exists between the bottom edge of my animate object and the border graphic that overlays the object.
 
How do I correctly specify the stage size so it remains at the size I specify once I insert the .oam file in my page?

View 2 Replies View Related

Edge Animate CC :: Get The Properties Of The Symbol And A Text Field On The Stage?

Dec 15, 2012

'm trying to get the properties of the symbol and a text field on the stage. And I can get the width and the height of them by this script below.
 
-----------------------------------------------------------
var temp = "";
temp += "Width of the symbol  " + sym.getSymbol("mySym").getSymbolElement().width() + "<br />";
temp += "Height of the symbol " + sym.getSymbol("mySym").getSymbolElement().height() + "<br />";[code].....

And now, how can I get position(x,y)?
 
Are there any web sites that shows the list of the properties?

Because I'd like to know other properties too, like  rotation , opaque , show/hide, etc.

View 4 Replies View Related

Edge Animate CC :: Scale A Div Based On Width / Height Of Stage

Jul 28, 2013

My Stage is set to 100% w/h. I'd like to center a div, and have it scale based on a percentage of the Stage's size. The div contains animated text and images.
 
I've seen some similar examples but the Stage always seems to be set to pixels.

View 12 Replies View Related

Edge Animate CC :: Passing Parameter To Function On Stage From Symbol

Jun 24, 2013

I have a symbol on the stage: symbol1.Inside symbol1 I have an image: symbol1_image1...I have another symbol on the stage: symbol2 Inside symbol2 I have an image: symbol2_image2
 
in composition.ready I have an action on the mouseout for symbol1:

var theTarget = sym.getComposition().getStage().getSymbol('symbol2').$('symbol2_image2');
sym.getComposition().getStage().doMouseoutGS(theTarget);
 
In composition.ready i have the following function defined

sym.doMouseout = function (colorTile){
sym.$(colorTile.show());
}
 
I cannot get this to work and I am not understanding why.If I do an alert on the mouseout function for alert($(colorTile).attr("id")); I get the correct referenc to the element I want to show but it does not actually  happen

View 6 Replies View Related

Edge Animate CC :: No Gradient Buttons For Color On Stage Or Vector Items

Jan 8, 2014

I just downloaded the current version of Animate CC and followed the tutorials.Nothing seems correct.
 
There are no Gradient buttons for color on stage or vector items. the keyframes do not populate even though I have keyframes on. Dragging items do not produce a transition on the timeline.the Max width button only says None and will not let me make changes. I'm on Mac Mavericks.  But if this it the quality of CC, it ain't worth the price.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved