Is there a way to change the transition effect with the navigateTo function?
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
});