Hi,
I’m using “fromBottom” for the transition from scene A to scene B. Now, I want the same transition in reverse when I go from B to A, but I can’t find the right transition for that.
When going from A to B, I want B to slide over A. This works well with “fromBottom”. Then when going from B to A, I still want B to slide over A, just in reverse. In other words, scene A should not move at all. Only scene B moves.
Is this possible with the storyboard API?
Thanks,
George