How do I recreate this parallax?
I'm not sure how to explain it but I want to recreate the "effect" of the image below, basically it's an image container with a parallax. So, if the image is on the top you can see the top part of it, if it's on the bottom you can see the bottom part of it. I tried recreating that by following some tutorials but it didn't work out
4 Replies
This was my attempt:
no, I dont want it to move, it should stay in the same place and when the user scrolls the page the image inside the container (but not the container) moves, like in a parallax effect
I made it move to demonstrate that it works. I wasn't giving you code to copy and paste. I was giving you code to show the technique.