AnythingSlider 具有淡入淡出效果
我正在使用 Chris Coyier 的 everythingSlider。
谁能告诉我如何从幻灯片效果更改为淡入淡出效果吗?
遗憾的是, 绍洛
I'm using the anythingSlider by Chris Coyier.
Can anyone tell how to change from slide effect to fade effect?
Regrets,
Saulo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,由于核心此时(v1.5.6.1),所以不可能淡入淡出过渡中两张幻灯片之间的过渡,但您可以使用 FX 扩展来淡入下一张图像。尝试这样的操作:
将“animationTIME”和 outFx 时间设置为零将确保看不到前一个图像(不滑动),但 inFx (fadeIn) 将位于透明背景上。我不知道这是否能满足您的需求。
Well, as the core is at this time (v1.5.6.1), it isn't possible to transition between the two slides in a fade transition, but you can use the FX extension to fade in the next image. Try something like this:
Setting "animationTIme" and the outFx time to zero will ensure the previous image isn't seen (no sliding), but the inFx (fadeIn) will be on a transparent background. I don't know if that will fullfill your needs.