gpt4 book ai didi

jquery - 淡入 img 的 onLoad - Caroufredsel

转载 作者:行者123 更新时间:2023-12-01 04:58:48 25 4
gpt4 key购买 nike

我正在为我拥有的画廊使用 Caroufredsel 插件,并且希望画廊中的图像在页面加载时淡入。

这里是画廊的链接:http://tamedia.ca/marlowe/collection-aw12.html

这是我用来启动插件的脚本:

$(window).load(function() {
$("#thumbs").carouFredSel({
synchronise: ['#images', false, true],
width: "100%",
height: 145,
items: {
width: 95,
height: 145,
visible: 19,
start: -9
},
scroll: {
items: 1,
pauseOnHover: true
},
auto: 5000,
debug: true,
prev: {
button: "#prev-thumbs",
key: "left"
},
next: {
button: "#next-thumbs",
key: "right"
}
});

$('#images').carouFredSel({
auto: false,
items: 1,
scroll: {
fx: 'fade'
}
});

});

最佳答案

尝试使用 Caroufredsel 的 onCreate() 函数来实现此目的。

关于jquery - 淡入 img 的 onLoad - Caroufredsel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12197438/

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