Hi,
Recently I converted from the old, traditional Director library to the Corona official Storyboard one but noticed one key animation missing in the scene switch api. We have the ‘fromBottom’ animation, but what if you then want to go back to the previous scene, the only logical and ‘natural’ animation would be one that pulls the scene that slided up downwards again while the old scene is static in the background.
Director lacked this animation but because it was open source we could very easily add it ourselves, but with storyboard it’s a bit trickier as we do not have access to the lib code. So Corona staff can you please just add that animation in real quick because one can’t survive without the other and there really is no use for ‘fromTop/fromBottom’ if you can not logically animate the scenes back to the previous again, because the animation itself serves the purpose of animating an ‘overlay’ scene. Logically the old scene should be static in the back during the back animation.
Sorry for the dupe threads, didn’t know about this board before I posted the other thread.
Thanks,
Edit: referred to the wrong effect, should be fromTop/bottom not slide.