Jquery Plugin easySlider 1.7 - 如何在 easySlider 中创建交叉淡入淡出效果?
Jquery 插件 easySlider 1.7 - 如何创建easySlider 中的交叉淡入淡出效果?
谢谢
Jquery Plugin easySlider 1.7 - How can be created cross-fade effect in easySlider?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
该插件仅用于滑动过渡,因此进行交叉淡入淡出需要修改插件(不建议)或寻找新插件。我最近在 this 中讨论了一种通过手动编码 jQuery 实现交叉淡入淡出的方法线程。我希望你觉得它有用。
This plug-in is built for sliding transitions only, so doing a cross-fade would require modifying the plug-in (ill advised) or finding a new plug-in. I recently discussed a way you can implement cross-fading by hand-coded jQuery in this thread. I hope you find it useful.
用此插件代码替换 easyslider 代码。
http://bogojoker.com/easySlide/
(从链接“链接到js文件”获取代码底部“修改后的 js 文件”)。
然后按照网站上的示例创建您想要的淡入淡出。真的很容易。
Replace the easyslider code with this plugin code.
http://bogojoker.com/easySlide/
(Get the code from the link 'Link to js file' down the bottom under 'Modified js file').
Then follow the examples on the website to create your desired fade. Really easy.
查找这一行
并更改它
然后查找这一行
并更改它
我希望这对您有帮助
look for this line
and change it for
then look for this line
and change it for
I hope this help you
如果您使用的是easySlider1.7,那么您可以轻松修改它。
当垂直选项设置为 false 时,滑块将淡出。或者您可以添加自己的选项,只需在这些行上添加两个 if 语句即可。然后您可以在所有选项(垂直、水平、交叉淡入淡出)之间即时切换。
If you are using easySlider1.7 then you can modify this easily.
Then the slider will fade when vertical option is set to false. Or you can add your own option, just add two if sentences on those lines. Then you can switch between all options (vertical, horizontal, crossfade) on the fly.