课程达到某个点后无法进一步滚动

问题描述

在移动设备上的 Firefox 和 Chrome 上,当类 .content-container 到达顶部时:0%;你不能进一步滚动。有谁知道如何解决这个问题?

Link to my site where this problem is happening.

这是我的 Javascript 代码

let controller = new ScrollMagic.Controller();
let timeline = new TimelineMax();

timeline.to('.image-3',3,{y: -110},'-=3').fromTo('.image-1',{y: -50},{y: 0},'-=3').to('.content-container',{top:"0%"},'-=3');

let scene = new ScrollMagic.Scene({
  triggerElement: "section",duration: "115%",triggerHook: 0,}).setTween(timeline).setPin('section').addTo(controller);

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)