帮助重构这个 jQuery Cycle 扩展
我有人帮助扩展了 jQuery Cycle 插件并且工作得很好(感谢 Levi Morrison!)。这是一个快速原型,所以它仍然有一些怪癖:
http://jsfiddle.net/9tgdK/12/< /a>
向上滚动会产生奇怪的效果并且无法使其正常工作。另一件事是,当您将鼠标悬停在主要内容图像上时,它不会暂停。有人可以帮忙吗?
I had someone help extend the jQuery Cycle plugin and works great (thanks Levi Morrison!). It was a quick prototype so it still has a few quirks:
Scrolling up gives a weird effect and can not get it to work properly. Another thing is that it does not pause when you hover over the main content image. Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案:featurebox v2 (全屏查看)
我在这个版本中使用了一种新技术,而且它更加干净。我认为它可以满足你的要求。
编辑:不再假设所有寻呼机选项卡具有相同的高度。运行速度稍快一些。
Answer: featurebox v2 (view fullscreen)
I use a new technique for this version, and it's a lot cleaner. I think it does what you want.
Edit: no longer assumes all pager tabs are the same height. Runs slightly faster.