Sorry guys,
Maybe it's under my nose or maybe I'm missing something fundamental, but how do I configure the scene transition when using this library?
i.e. I call: Actions.newScene and I want it to float from the bottom instead of slide horizontally.
If anyone can point me in the right direction that would be much appreciated.
Thanks
Try direction='vertical' for the scene property. Hope it works for you.
@IlyasAbdighni this did work for me. thank you!
@IlyasAbdighni What about sliding from left to right?
I have already tried with direction='left' and direction='right' ..
Also looking for some examples of this. Docs highlight properties but don't support any examples on how to add in custom transitions.
@mehdyMa for left to right try <Scene direction="leftToRight">
Seem like direction does not work anymore
Most helpful comment
Try direction='vertical' for the scene property. Hope it works for you.