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