滑动/淡入淡出 jQuery 滑块
我希望使用 jQuery 构建自己的非常简单的滑块,并希望它包含两个功能:
- 滑动效果
- 淡出/淡入图像效果。
我一直无法找到一种方法来混合两者,尤其是让事情变得简单。
有什么想法吗?我正在寻找 HTML 结构应该如何以及 JavaScript 代码将如何改变它。
I'm looking to build my own very simple slider with jQuery and want it to include two features:
- The sliding effect
- The fadeout/fadein image effect.
I haven't been able to figure out a way to mix both, and especially to keep things simple.
Any ideas? I'm looking for how the HTML structure should be and how the JavaScript code will change it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://slidefade.lulibi.com
这对您有用吗?
http://slidefade.lulibi.com
Would this work for you?
http://jsfiddle.net/rvJeh/2/
下面是在 1500 毫秒内向左滑动 50 并淡入 0 的情况。
http://jsfiddle.net/rvJeh/2/
Here is what it would look like sliding left 50 and fading to 0 over 1500 ms.