Ubuntu 自动隐藏滚动条的 Jquery 版本?
我正在寻找一个 jquery 插件/lib 来提供给我的开发人员,它模仿 ubuntu 的自动隐藏滚动条。到目前为止,我在网上搜索还没有找到。有人知道其中一个吗?这是一个演示视频 位于 vimeo:
我还希望内容区域允许单击其中的不同点就像您在这个插件中一样:来自 flessler。我只对垂直的“点击进入”部分感兴趣,而不是水平的。
PS,鼠标滚轮仍然必须工作;-)
I am looking for a jquery plugin / lib to give to my developer that imitates ubuntu's autohiding scrollbar. So far, I haven't found one searching the web. Anyone know of one? Here is a demo video at vimeo:
I would also like the content area to allow clicking to different points in it like you can in this plugin: from flessler. I am only interested in the vertical, section 'click into' behavior, not the orizontal.
PS, the mousewheel still has to work, also ;-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道实际的插件,但它确实不难实现。这是我用来在鼠标进入时显示工具栏中的一些按钮并在鼠标离开工具栏两秒后再次隐藏它们的方法:
您只需要添加 CSS 即可使其看起来正确。
I don't know of an actual plugin, but it is really not that hard to implement. Here is what I am using to show some buttons within a toolbar when the mouse enters and hide them again two seconds after the mouse left the toolbar:
You just need to add the CSS to make it look right.