Hacker News new | ask | show | jobs
What is the background style here called? How's it made? (emuvr.net)
2 points by matt321 1421 days ago
1 comments

The differing scroll rates of the side-grid & background image is called the parallax effect.

Besides that, it looks like some CSS animations specified in the stylesheet around the `.space-grid-wrap` selector which adjusts some of the scrolling behavior.

Thanks!!