Page animation transition

Hello everyone,

I’m working on a project with Framework7 version 1.6.5

I’m calling some pages via code with the command
mainView.router.loadPage (pagename);

The animation of the page appears from right to left, if I want a given page to animate from left to right, how can I do it?

Thank you

No one can give me a hint how to do this?

Animation is CSS based. You may add different classname to the page you want to have fade transition and specify animation keyframes in CSS