In an Electron app, the LeftMenu is used like a tab

In an Electron app, the LeftMenu is used like a tab, but it keeps sliding the new page over. Is there a way to stop this? (It also slides over the current page if you click that one).

Also, is there a way to show the currently selected differently?

Sorry, didn’t get what you mean. Can you give more details?

When using a tabbar on the bottom, and you switch tabs, the pages don’t animate in (and they do not have back buttons). I want the same with the left and right menus.

Check router.navigate method params https://framework7.io/docs/view.html#router-api-methods-properties

It has animate: false or reloadAll: true or reloadCurrent: true params, use what fits for your needs.

And this to know how to use those params on links https://framework7.io/docs/view.html#linking-between-pages-views