Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 stellar.js 和 iscroll.js 在移动页面上实现视差效果。到目前为止,一切正常。
但我想通过滚动来淡化视差元素。iscroll 有一个 onScrollMove 事件,只要您的手指在触摸屏上移动,就会触发该事件。但是在动画“滚动”期间,当您不再触摸屏幕时,不再触发此事件。因此,在这一刻,包括视差在内的滚动仍在继续,但褪色停止了。
有谁知道如何解决这个问题?
谢谢你的帮助!