Hi guys iam currently making a new portfolio and i encoutered a nice scrolling effect on the following website.
https://www.astralgameservers.com/
Does anyone know how i could make a effect like this? If so please tell me :D
I thought this was the code that made the effect but i think its wrong.
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.2s ease;
-moz-backface-visibility: hidden;
-moz-transition: all 0.2s ease;
backface-visibility: hidden;
transition: all 0.2s ease;
I really want to know how this works