Ionic 5 Tab transition animations

Hi, I have an Ionic 5 React app with tab navigation. I want to implement transition animations when the user navigates to a new tab. How can I implement this? Upon googling this, everyone just says “tabs are broken in Ionic” and no really helpful answer.

For example in the Tab API example:

When you click a new tab there is a sudden change to the new tab. I’m looking for a slide-in transition for the tabs instead.

Thanks.

3 Likes

I’m looking for the same effect, have you succeeded in applying a transition?