このページ: http://flowplayer.org/tools/tabs/slideshow.html
ページの途中で、Usage の見出しの下に次のコードがあります。
$(".slidetabs").tabs(".images > div", {
// enable "cross-fading" effect
effect: 'fade',
fadeOutSpeed: "slow",
// start from the beginning after the last tab
rotate: true
// use the slideshow plugin. It accepts its own configuration
}).slideshow();
最後の行を変更するにはどうすればよいですか (または、適切な構文は何ですか)。
.slideshow();
間隔をデフォルトの間隔の代わりに 6000 に変更します:3000?