Hi,
I looked through your published file.
I did not find a single Event that corresponded to an Animation Completion.
What I found was a ton of Events corresponding to Page Load Complete.
So, I wanted to confirm, did you make a mistake in choosing the right Event from the dialog?
The "Animation Complete" is just below the "Loading Complete" and is the right one you should be choosing.
See the generated code for Events from your HTML file to see what I meant.
Do you see the 'pagepresented", that corresponds to Page "Loading Complete"
When you have an event that corresponds to Animation Complete, you should see a "pagepresenting" (Notice the "ing" instead of "ed".)
I know that words don't look intuitive, but we will fix that
-Naresh (GWD Team)
page1.addEvent(TapArea80, "action", handler0TapArea80ActionEnvironmentExit);
page1.addEvent(TapArea80_1, "action", handler1TapArea80_1Action$ad$GoToPage);
page1.addEvent(TapArea80, "action", handler2TapArea80ActionEnvironmentExit);
page1.addEvent(TapArea80, "action", handler3TapArea80ActionEnvironmentExit);
page1.addEvent(TapArea80, "action", handler4TapArea80ActionEnvironmentExit);
page1.addEvent($ad$, "pagepresented", handler5$ad$Pagepresented$ad$GoToPage);
page1.addEvent($ad$, "pagepresented", handler6$ad$Pagepresented$ad$GoToPage);
page1.addEvent($ad$, "pagepresented", handler7$ad$Pagepresented$ad$GoToPage);
page1.addEvent($ad$, "pagepresented", handler8$ad$Pagepresented$ad$GoToPage);
page1.addEvent($ad$, "pagepresented", handler9$ad$Pagepresented$ad$GoToPage);
page1_1.addEvent(TapArea80_3, "action", handler10TapArea80_3Action$ad$GoToPage);
page1_1.addEvent(TapArea80_2, "action", handler11TapArea80_2ActionEnvironmentExit);
page1_3.addEvent(TapArea80_7, "action", handler12TapArea80_7ActionEnvironmentExit);
page1_3.addEvent(TapArea80_6, "action", handler13TapArea80_6Action$ad$GoToPage);
page1_3.addEvent(TapArea80_7, "action", handler14TapArea80_7ActionEnvironmentExit);
page1_3.addEvent(TapArea80_7, "action", handler15TapArea80_7ActionEnvironmentExit);
page1_3.addEvent(TapArea80_7, "action", handler16TapArea80_7ActionEnvironmentExit);
page1_4.addEvent($ad$, "pagepresented", handler17$ad$Pagepresented$ad$GoToPage);
page1_4.addEvent($ad$, "pagepresented", handler18$ad$Pagepresented$ad$GoToPage);