I have a case where slideLeft and slideRight both give a confusing UX for what is essential a “pick a date” popup view. Like an overlay, but I would still like to use gotoScene and not showOverlay.
Tried some others from here https://docs.coronalabs.com/api/library/composer/gotoScene.html
But they’re, hm, not very handy and useful. From memory, the nicer “pseudo 3D flip card” effect from Iphone (you know the one I mean) was added to Android a while ago? I could have used this here, since the popup is a bit like a setting.
As I see it, the case for using these is when you want to forego the normal left/right slide navigation and show something temporarily. So
-
it would be good if there were “over” variants of all in-place (non-slide) effects
-
the “over variants” could have slight shadow to enhance the over-effect
-
zoomOutIn* could zoom out/in much less, just by 15% or so and you’d still get the desired UX.
Right now I’m trying fromBottom and slideDown (since there’s no “over” effect like toBottom).
I have no suggestions for improvements for the rotate* effects.
For any flip effect it would be good to be able to set a background color.
Thoughts?