Adobe Edge is a suite of web-based tools used to create animations and design websites.
Questions tagged [adobe-edge]
282 questions
2
votes
6 answers
Adobe Edge - get DIV inside Symbol
In adobe edge, if you want to change the background color of a symbol, you use:
sym.$('Blob1').css({"background-color":"#DDD"});
But if I want to change the CSS of a div INSIDE the symbol, what should I write?

svdotbe
- 168
- 1
- 3
- 16
2
votes
1 answer
What font does Adobe Edge Code (Brackets) use for its code editor?
Does anyone know? Also what syntax highlighter is is using? Prettify etc?

JCraine
- 1,159
- 2
- 20
- 38
2
votes
2 answers
Timeline event error in Adobe edge runtime stops javascript execution
I am creating a learning module for an education company where i create 25 animal sprites (canvas with an image in it) and put them in a farm (div with a background image).
The background was created in Adobe Edge for the sake of the opening…

VanDerHoe
- 81
- 1
- 6
2
votes
0 answers
Why would I use Adobe Edge/Animate?
I tried the latest version of Edge/Animate today, but I'm still wondering what it's main use would be for, and who it is targeted at
In Edge, if I animate a square moving from its original position, to 50px to the right, that right there is 200kb…

Phill
- 546
- 1
- 5
- 16
2
votes
6 answers
Is it possible to resize an Adobe Edge animation?
I'm trying to have an Edge animation resize based on screen resolution. I've made a high-res one for 1080p and higher-res screens, but since the project is reasonably complex, I was wondering if there was a way to export the animation at a different…

John Doe
- 699
- 1
- 7
- 14
1
vote
3 answers
Adobe Edge onload event
I have an HTML file created in Adobe Edge 5.1. I need to execute a javascript function after stage is initialized and displayed. Is it possible?

andr111
- 2,982
- 11
- 35
- 45
1
vote
0 answers
How to dynamically insert an Adobe Edge Preview 4 symbol into a web page?
About Adobe Edge Preview 4 Click Here
I tried the code below for testing. Expected result is clicking the button, then load the animation dynamically.