gpt4 book ai didi

具有淡入淡出效果的 JQuery jCarouselLite 插件

转载 作者:行者123 更新时间:2023-12-01 00:01:50 28 4
gpt4 key购买 nike

向大家问好...

我想使用具有 jCarouselLite 品质的淡入淡出效果。有可能吗?

需求:

  1. 图像转换时间应该很快。
  2. 图像必须停留 10 秒。

有人可以指导我吗?

吉萨。

最佳答案

要从“图像到图像”而不是“图像到白色到图像”淡入淡出,您应该将速度属性设置为零,例如

$('#content .slider .inner')
.jCarouselLite(
{
afterEnd : function(el) { $(el).parent().fadeTo(500, 1); },
beforeStart : function(el) { $(el).parent().fadeTo(500, 0); },
speed : 0
}
);

关于具有淡入淡出效果的 JQuery jCarouselLite 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2452062/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com