If you require any additional information, please feel free to reach out.
I find it quite puzzling why I am struggling to solve this.
While I can successfully navigate from .container1
to .container2
using the first exit button, I'm facing difficulties in moving from .container2
to .container3
with the second exit button.
To view the code example provided, scroll down to locate the exit button.
The issue lies in the fact that clicking on the second exit button should direct me to .container3
.
The appearance of the second exit button follows after clicking on the first exit button.
Reproducible Code Snippet: https://jsfiddle.net/reuqancf/
Complete Code I'm working on: https://jsfiddle.net/pzn98Lw6/
Take a look at this demo code: https://jsfiddle.net/h5vkt3br/
You can observe its functionality there.
Analyze the demo code closely to understand how it's structured.
In the code I'm currently working on, clicking on the second exit button is expected to lead me to .container3
, but this is not happening.
After clicking the exit button for the first time, it triggers the "initial-fade"
animation.