Overview Parallax scrolling is a technique that allows us to give the illusion of depth in a 2D space, such as a website. We achieve this by having multiple layers of images, where images that are “furthest” away move slower that images that are “closest”. Under the right context this could be a great way [...]