When I click a button to go to the next page, the transition works just fine. But when I click to go to another page, it transitions but when the transition is finished the page goes blank.
It works just fine on the first transition, but the transitionContainer div goes missing after the second one:
This is what happens to the HTML code when the transition is finished:
As you can see, the transitionContainer div isn't there anymore.
I have no clue what's causing this. I don't think I did anything wrong, the page loads just fine but then goes missing when the transition ends. Any clues on how to fix it?
When I click a button to go to the next page, the transition works just fine. But when I click to go to another page, it transitions but when the transition is finished the page goes blank.
Here's how I'm using it:
It works just fine on the first transition, but the transitionContainer div goes missing after the second one: This is what happens to the HTML code when the transition is finished: As you can see, the transitionContainer div isn't there anymore.
I have no clue what's causing this. I don't think I did anything wrong, the page loads just fine but then goes missing when the transition ends. Any clues on how to fix it?