Transition variable on navigateTo
Posted: Fri Oct 12, 2012 10:36 am
Is there a way to change the transition effect with the navigateTo function?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there a way to change the transition effect with the navigateTo function?
In javascript you can do this
Tiggr.navigateTo('screen', {
transition: 'slide',
reverse: false
});