Questions tagged [adobe-edge]

Adobe Edge is a suite of web-based tools used to create animations and design websites.

282 questions
-1
votes
1 answer

I want my animation starts at a random time using Math.random

I'm trying to create the random varible and them indicate that stops at the variable number. var x; function myFunction() { var x = Math.floor(Math.random() * 2000); } sym.stop('x');
-1
votes
1 answer

opposite of onload method in html event attributes (edge animate)

The onload="" method in html stays for "Fires after the page is finished loading" I need a method that loads the < script > part directly at FIRST while the page is loading.