I'm currently working on a webpage where I have integrated CSS animations to move images around. When you click on these images, a larger version of the image along with a related paragraph is supposed to appear in its place. Initially, I had set up a delay for this enlarged view so it shows up after the other images have moved. However, when combining all elements, the delay no longer works and I can't seem to figure out why. Here's a link to my code for reference: https://jsfiddle.net/rfradkin/eq2h50kg/1/
As a beginner in programming, I would greatly appreciate any assistance or insights you could provide. Feel free to take a look and let me know if you require more details. Thank you!