How would I make this effect from this webpage

I came across this website and I thought the effect was really cool

The effect in particularly is having the following page slide up and over the home screen, by either clicking the arrow at the bottom or simply scrolling. How would one go about making a similar effect?

I tried searching online but i guess i couldn’t really articulate the right words to use in google.

Search for things like css background-position and parallax scrolling …

2 Likes

Hi Alan,

You can achieve the same effects by using the ScrollMagic Js

Link : http://scrollmagic.io/

Documentation : http://scrollmagic.io/

All the best :slight_smile:

2 Likes