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


ADVERTISEMENT

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 :: 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 :: 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 :: 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 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 :: Why Add An Extra Library

Feb 3, 2014

i'm to new to Edge and his workflow.

I see some tutorials here [URL].... and i not understand why i have to add the library [URL]....

More in general - why add an extra library? And what are the best extra library for Edge?

View 3 Replies View Related

Edge Animate CC :: How To Update Asset In Use

Jun 25, 2013

How do I update an asset in use by Edge Animate?

View 1 Replies View Related

Edge Animate CC :: Delete Images From Library

Oct 29, 2012

find a way to delete succesfuly unused images from the library and can find no way to do this.Is this really the case? if so it needs to be addressed immediately. Its very common to try many images in this sort of composition and the auto renamimg protocol makes it virtually impossible to weed out unused images at  publish time.

View 5 Replies View Related

Edge Animate CC :: Audio Folder In The Library?

Jan 23, 2014

How do you get the Audio Folder to appear in the Library? 

View 3 Replies View Related

Edge Animate CC :: Loading Latency With New Update?

Jan 23, 2014

I just updated to the latest version of Edge Animate CC yesterday.  Great new features, by the way!  However, I have noticed that with a simple file that I created with the new version, there is a 3-4 second loading latency when previewing a file and when launching the published version. This is not the case with files that I created in the previous version and have not updated.
 
Example: I have a gray rectangle element that covers the entire stage, and I have an action on creationComplete to hide the element. I see the rectangle immediately on launch, but it takes 3-4 seconds to hide.

View 6 Replies View Related

Edge Animate CC :: Ability To Preview Images From Library?

Apr 5, 2013

is there a way to preview images on what they look like without having to drag the asset out onto the stage? If I have even two or three versions of a file imported into my library, I constantly need to leave the program to check which is which.

View 1 Replies View Related

Edge Animate CC :: How To Remove Images From Active Library

Jul 22, 2013

how to remove images from the active library? When I save the resulting code, It keep all pictures and many are testing and then I not want on the web. And I do not get to find how to remove them in the active pane

View 11 Replies View Related

Edge Animate CC :: Refresh Library Assets Panel

Jan 2, 2013

Is there a way to "refresh" the Library Assets Images folder so that it finds all the images in that folder ?  I noticed that when I create a new project that EDGE will find all the images that I have in the "IMAGES" folder at the time of creation but if I add images to that folder outside of EDGE then EDGE doesn't refresh that folder and I can't find a cmd to refresh that folder in EDGE ? I thought that maybe closing and reopening the project would refresh it but it doesn't. The only way I can find to get more images in after project creation is to manually add them.

View 8 Replies View Related

Edge Animate CC :: Items In Library Are Deleted From The Finder?

Apr 2, 2014

If you want to export to iBooks, you can't use SVG or GIF, and the export will fail if those formats are present. However, even after deleting them from the project, they're still in the Library, and exporting still fails. (Note that if you've ever used a preloader with the provided artwork, you have a GIF in your Library.)
 
Even if you save the project to a different folder, the images get carried along because they're still listed in the Library. One workaround to delete them from the project completely: save the project to a new folder (to make sure that no other projects using those images will be affected) and then delete the offending images manually from the Finder. You can then export to iBooks.
 
This may be intended behaviour, but it's a little confusing. I'd suggest that a right-click Delete option would be handy, as would a "Delete unused Library items" menu command somewhere. Or did I miss something?

View 1 Replies View Related

Edge Animate CC :: Quick Way To Replace / Update Images

Jan 1, 2013

Is there a quick way to replace/update images in Edge animate? It was simple to do in Flash but I haven't seen the same function in Edge.

View 4 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 :: Create Multiple Pages On One Animate Project

Jul 24, 2013

1. crolling like where you have buttons for example or press on a navigation bar tab, then it goes to that specific pace of the page, for a one page website, for example some sites you press on contacts and gose down to the bottom of the page where the contacts place is located, not opening a new link.
 
2.Second, navigation bar, where it fallows the scroll as it gose down, like for example when it is html the object is fixed to the top, and when you scroll down it will fallow it it,
 
3.I need Parallex scrolling where you can have the timeline or animations run while you scroll in the meantime and have animation running all the time, for example the infographic site where the bees are fluying but still have seperate animations while you scroll
 
4.I would also like to ask if like looping each animations sperately, not looping the whole timeline, can it be possible to loop an animation while you have all the interactivity witht he site like looping seperately all the time, without interfeering with all the other animation
 
5.I also are wondering if you can create multiple pages on one animate project, like multiple pages with html
 
I just moved on to edge animate from html, and html was also beirf learn for me and mostly i was doing design work, and i thought getting out of graphic river and moving on the theme forest.
 
I want also all the five things to work on one aimate project.

View 9 Replies View Related

Edge Animate CC :: Text Colour To Animate With The Lines Of Code?

Nov 22, 2013

Is it possible to get the text color to FadeIn or the opacity of the text color to animate with the lines of code below? I simply want the color to fade in when the mouse rolls over the text.

Symbol.bindElementAction(compId, symbolName, "${_writing_btn}", "mouseover", function(sym, e) sym.$("writing_btn").css("color","#88ACBE");
});
[Code].....

View 1 Replies View Related

Edge Animate CC :: How To Animate Snow Fall As Background

Oct 16, 2013

I'd like to animate snow falling. I assume Edge would be able to do this. Will it be possible to add it as a background? Or would it just be easier to add the effect to the top graphic portion of my page? I've used Edge back when it first came out. But havent' touched it in a while. I'm now working "in the Cloud". and I do use Dreamweaver.

View 5 Replies View Related

Edge Animate CC :: Animate HTML File Won't Work

Dec 13, 2013

I am including an animation I built using Edge Animate into Dreamweaver. I can't use an .oam file because of some other JavaScript I'm using so basically I'm limited to an .html file with all my edge includes java, and other supporting files.
 
when I preview in browser within dreamweaver. However, when I upload the page to my domain, my animate HTML file won't work. Here is a link to the current site in progress. (The first green box top left is my link to my animation). URL....

View 2 Replies View Related

Edge Animate CC :: How To Animate A Png Sequence With Transparency For HTML5 / IOS

Feb 4, 2014

I have 280 extracted frames from a 12 sec. mp4 clip. I've cut-out the main object to get rid of the background and saved all the files as png. How can I bring this to a HTML5 Animation to place it on a page that will be showed on ipad-air (no animated gif and no flash)

View 1 Replies View Related

Edge Animate CC :: How To Animate Progress Bar With Increasing Percentage

Jun 18, 2013

What the best way is to animate a progress bar with an increasing %. Seems like you would specify a variable set to 0 that is then incremented via javascript while an animation is going on.

View 1 Replies View Related

Edge Animate CC :: Pasting Ordinary HTML Into An Animate Div

Jun 18, 2013

I have an ordinary div I composed with HTML, that I'd like to import into an existing Edge Animate comp and have it treated like an ordinary div. The two closest things I saw were: a YouTube video of a whole page opening in EA, and divs animated within itThis other forum, which has more components imported than I need:URL...Isn't there some kind of pasting window somewhere?

View 3 Replies View Related

Edge Animate CC :: Insert Text Field Into Animate?

Dec 17, 2013

So I created my own subscription form, I have it appear and disapear when you are on the button. And when you click on it, it stays. But how can a put in an action to add text to it?

View 5 Replies View Related

Edge Animate CC :: How To Animate A Link With A Hover Feature

Dec 6, 2013

I'm looking for a way to animate a link with a hover feature. I would like the link to be initally blank, but after hovering hover the link, a colored rectangle of sorts slides in from left to right, essentially creating a new background color. When the cursor moves off of the link, the colored rectangle in the background would slide back to the left, disappearing.
 
After some thought, initially it sounds like an animation of clipping masks. Not sure if this is possible in Edge, or if I am on the right track.
 
Another hover animation that looks as if it would be some sort of clipping mask is found here on this site: [URL]....
 
I love the link to the right of the screen that says "Watch the trailer." It's a simple, beautiful animation that gives the site a great look.

View 2 Replies View Related

Edge Animate CC :: All Edge Objects Are Drawing Behind The Pre-existing HTML File

Aug 20, 2013

I have an existing HTML page (created in Adobe Muse) and I am trying to draw some Adobe Edge objects on top of the page (e.g. a rectangle or an image). When I look in the layers panel, the Edge objects show as top in the list. However, visually when I look at the page, the elements show behind the pre-existing HTML page from Muse.

View 3 Replies View Related







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