Page 1 of 1

Navigation to a page after a timeout with some transition effect

Posted: Fri Sep 06, 2013 4:55 pm
by Asif

Hi
Can you please tell me how will i navigate from one page to another after a timeout with some transition effect as well..

I know how to navigate with timeout
setTimeout(function() {navigateTo ('screen_name');},5000);

but don't know how to set transition effect in this


Navigation to a page after a timeout with some transition effect

Posted: Fri Sep 06, 2013 5:06 pm
by maxkatz

Navigation to a page after a timeout with some transition effect

Posted: Fri Sep 06, 2013 5:40 pm
by Asif

Hi Max
this link only shows how to navigate with transitions but not along with timeout.

I want a script thorugh which i can navigate to a page with lets say fade transition automatically after 3000 ms.


Navigation to a page after a timeout with some transition effect

Posted: Fri Sep 06, 2013 8:09 pm
by Asif

Hi Max
Thanks for the help.. I got the solution!!


Navigation to a page after a timeout with some transition effect

Posted: Fri Sep 06, 2013 8:21 pm
by maxkatz

Cool. If you can, please post it here for other users. Thanks.