Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleTrigger Effects
          applicationComplete="runEffect()">

Compile and run your application following the instructions to cross-compile it and load the js-debug result into a browserSave the file and compile it. Open the bin/js-debug/index.html file in a browser. You will see the circle move and fade across the screen. The loop on the Sequence will make it run continuously.

You can see the complete code below.

...