What is the background style here called? How's it made?
1–3 of 3 posts
Re: What is the background style here called? How's it made?
#2The 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.
Re: What is the background style here called? How's it made?
#3The 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!!