Is there a way to make the scene stay behind after another scene… without using overlay?
I’ll be using it for a business app.
Thank you.
Is there a way to make the scene stay behind after another scene… without using overlay?
I’ll be using it for a business app.
Thank you.
Scenes are like layers that stack on top of each other. If you have scene A and then goto scene B, as long as the transition is one of the slideOver type transitions, if scene B has some transparency, scene A should show below assuming you don’t try and remove scene A. Still Overlays are the semantically correct way to do this.
Rob
Scenes are like layers that stack on top of each other. If you have scene A and then goto scene B, as long as the transition is one of the slideOver type transitions, if scene B has some transparency, scene A should show below assuming you don’t try and remove scene A. Still Overlays are the semantically correct way to do this.
Rob