有没有办法在div A 动量滚动时也滚动div B ?

发布于 2024-12-25 18:41:24 字数 111 浏览 2 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陈独秀 2025-01-01 18:41:24

使用本机事件,您只能同步滚动后的最终位置。
如果您确实需要同步动量 - 需要使用自定义滚动库。其中有很多——触摸滚动、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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文