有没有办法在div A 动量滚动时也滚动div B ?
我有一个 iPad Web 应用程序,并且有 2 个带有溢出滚动的列表。当列表 A 向下滚动时,我也希望列表 B 也滚动。我还希望列表 A 上的任何动力也适用于列表 B 吗?这可能吗,或者有任何已知的插件吗?
I have an iPad web application and I have 2 lists with overflow scroll. When list A is scrolled down I also want list B to be scrolled. I also want any momentum on list A also to apply on list B? Is this possible, or is there any known plugin for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用本机事件,您只能同步滚动后的最终位置。
如果您确实需要同步动量 - 需要使用自定义滚动库。其中有很多——触摸滚动、iScroll、可滚动性。
Using native events you can only sync the final, after scroll, position.
If you really need to sync the momentum - custom scrolling lib need to be used. There are lot of them - touch-scroll, iScroll, Scrollability.