Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://74.52.155.226/~projtest/team/harmeet/emed/
这是我正在处理的项目的链接。现在我使用的滑块是 nivo ,其中的图像将是 png。我尝试在 js 本身中寻找一个选项,但我找不到任何选项。问题是,当下一张图片加载时,上一张图片仍然显示,而行为应该是上一张图像淡出,下一张图像淡入。有什么线索吗?
如何将其设置为使用“淡入淡出”样式?
$('#slider').nivoSlider({ effect: 'fade' });
此页面上提供了完整的使用详细信息:
http://nivo.dev7studios.com/support/jquery-plugin-usage/