<link rel="stylesheet" href="path/to/animate.min.css">
$('#slideshow').desoSlide({
thumbs: $('ul.slideshow_thumbs li > a'),
effect: {
provider: 'animate',
name: 'fade'
}
});
Shows the third slide at loading.
$('#slideshow').desoSlide({
thumbs: $('#slideshow_thumbs li > a'),
first: 2
});
The 1-indexed thumb is displayed first, no caption is provided.
$('#slideshow').desoSlide({
thumbs: $('#slideshow_thumbs li > a'),
auto: {
start: true
},
first: 1,
interval: 6000
});
Controls are hidden but available with your keyboard:
$('#slideshow').desoSlide({
thumbs: $('#slideshow_thumbs li > a'),
overlay: 'hover',
controls: {
show: false,
keys: true
}
});
As the overlay is hidden, captions are ignored.
$('#slideshow').desoSlide({
thumbs: $('#slideshow_thumbs li > a'),
auto: {
start: true
},
overlay: 'none'
});
适用浏览器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗.
来源:站长素材