Hi Corona Community,
I can’t seem to get transition effects to work in my app. I’m currently using a navigation tab bar to navigate between different overlays within my app. I’m trying to make it so that when I move from one overlay to the next, I can transition the overlays by sliding. Here’s an example of what I’m doing:
local transitionOptions = { isModal = true, effect = "slideLeft", time = 500 } notificationPage = composer.showOverlay( "Notification", transitionOptions);
Any help would be appreciated.
All the best,
Donald