5 ms·
What is the background style here called? How's it made?
- cuttlefisch 4y agoThe 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.
- matt3210 4y agoThanks!!