如何在scroll-fullpage.js上的2个部分之间添加白色部分

时间:2018-04-16 07:49:55

标签: javascript css fullpage.js

所以我完成了我的视差,我想在每两个部分之间添加一个白色空白部分,滚动后会像here一样自动通过。

滚动时,会有一个快速进出的白色部分。我怎么能这样做?

注意:我使用fullpage.js作为视差效果Check here.

HTML:

<div id="fullpage">
   <div class="section">Some section</div>
   <div class="section">Some section</div>
   <div class="section">Some section</div>
   <div class="section">Some section</div>
</div>

将我的标题链接到fullpage.js库使其作为视差工作,所以我无法真正显示Javascript到位

0 个答案:

没有答案