scroll div over another div

前端 未结 5 2033
长发绾君心
长发绾君心 2021-02-04 15:42

I have two div with a height of 100%. And when you scroll, I want that the second div over the other scrolls, without scrolling the first up.

Like on this site: http://w

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-04 16:23

    This is parallax scrolling, and there a lot of good libraries to help you out. I've used these before and they work well:

    Skrollr - https://github.com/Prinzhorn/skrollr

    Parallax.js - http://stolksdorf.github.io/Parallaxjs/

提交回复
热议问题