Thursday, 3 April 2014

Adobe Edge PART 2 Section 2 - PARALLAX

The second one is parallax. It is quite simple by typing the text in the middle and adjust the "alpha" in the timeline. Once it is created, we need to add some coding in the entire action script without click the text.

the coding :

  1. yepnope({
  2. load: "http://cdn.edgecommons.org/an/1.0.2/js/min/EdgeCommons.js",
  3. callback: function() {
  4. EC.centerStage(sym);
  5. EC.Parallax.setup(sym);
  6. }
  7. });

Command + enter to see the fade in/out of the text. 




Don't forget to create the action script in "actioncomplete" mode.

No comments:

Post a Comment