Circle navigation hides content of a view

Hello Ionic community

I stumped upon a strange scenario in my app. When I do some some circle navigation, I can’t see the content of the view.

Say I’ve got 3 views in my app: messages, account, login
I start from the messages, go to account, then login, then messages and account again. When I open account for the second time the view appears to be empty. I go back and forth from messages to account and it’s visible again.

I made a codepen to demonstrate this problem.

Any help will be appreciated

I found the problem, the opacity of the view was 0.

It happened because one of my transition had animation and other doesn’t. When I removed the animation or added animation to other views it worked.

Well, I can tell that this is a subtle issue