I am having some issues with IonRouterOutlet
using Ionic React v5.1.1. I have created a new project using the tabs template, and straight out the box I am seeing no animation for page transitions. According to the docs, the RouterOutlet shoudl control transitions.
The
IonRouterOutlet
component provides a container for Routes that render Ionic “pages”. When a page is in anIonRouterOutlet
, the container controls the transition animation between the pages as well as controls when a page is created and destroyed, which helps maintain the state between the views when switching back and forth between them.
Am I missing something here? I feel like I may be misinterpreting the docs.
1 post - 1 participant