Hello All, I would like some help regarding how to reverse the back animation.
I am working on a RTL app, and i kind of succeeded to make most of the elements rtl, the only thing i can’t figure out how to reverse, is the back animation.
everytime the back animation happenes in the rtl mode, it goes the same direction as forward in the rtl, which causes the animation to work twice in the same direction, and looks weird. i checked a lot in the docs and couldn’t find how to reverse only the back transition, i would really be happy to know how to do this.
Hi Boltex, I actually managed to reverse the first transition. i used this:
nav-direction=“back”
but, the problem is that when i use this the page that come afterwards has a “back”, that if you press it it stays on the same animation direction, and it should somehow reverse the back transition… this is what i am looking for…
I doubt you will want to do this since it includes “extending/changing their code”, but you can access their transaction function and change it using the following in your app.js: