Scroll through dimensions
Parallax scrolling creates depth illusion by moving background elements slower than foreground elements. The formula is: speed = baseSpeed * (1 / depth)
speed = baseSpeed * (1 / depth)