JScrollPane - 跨浏览器滚动条 - 不一致和崩溃

发布于 2024-12-07 09:48:45 字数 444 浏览 0 评论 0原文

使用 JQuery 插件 JScrollPane,我创建了一系列可滚动的 div,其样式看起来与 iPhone 中的类似。

理论上一切正常,但存在 3 个基本问题。

  • 该插件似乎运行缓慢且任意地不滚动某些内容,将其镀锡并破坏可滚动面板。请参阅示例页面 http://www.golfbrowser.com/WebObjects/course-pack.html< /a>

  • 滚动是不稳定的,静态的,一点也不平滑

  • 此外,由于站点的性质,它可以具有一定的弹性。尽管与其他两个不同,但这并不是一个主要优先事项。

有什么想法吗?

奇妙

Using the JQuery plugin JScrollPane I have created a series of scrollable divs styled to look like those from the iPhone.

In theory it is all working but there are 3 fundamental problems.

  • The plugin appears to be operating slowly and arbitrarily not scrolling certain content, tinning it up and breaking the scrollable panel. see example page http://www.golfbrowser.com/WebObjects/course-pack.html

  • The scrolling is jerky and static, not smooth at all

  • Also due to the nature of the site it could do with some elasticity. This is not a major priority though unlike the other two.

Any ideas?

Marvellous

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

李不 2024-12-14 09:48:45

您可以设置动画滚动的选项:

$('selector').jScrollPane({
    animateScroll : true,
    animateDuration : 1000,
    animateEase : 'swing'
});

有关该插件的更多信息此处

You can set options for animated scrol :

$('selector').jScrollPane({
    animateScroll : true,
    animateDuration : 1000,
    animateEase : 'swing'
});

More info about the plugin here.

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