JScrollPane - 跨浏览器滚动条 - 不一致和崩溃
使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以设置动画滚动的选项:
有关该插件的更多信息此处。
You can set options for animated scrol :
More info about the plugin here.