Hi,
Thank you for this great work on jQueryTools.
I would like (in the example 'SlideShow Tabs plugin for the tags') obtaining an auto-scroll.
I have changed the configuration as :
Also if I change the settings, they are not supported.
Example :
Can you give me an indication to run this plugin automatically, with other effects?
Thank
Marc.
Thank you for this great work on jQueryTools.
I would like (in the example 'SlideShow Tabs plugin for the tags') obtaining an auto-scroll.
I have changed the configuration as :
$("div.tabs").tabs(".images > div", {
// enable "cross-fading" effect
effect: 'fade',
fadeOutSpeed: "slow",
//Enable autoplay
autoplay: true,
// start from the beginning after the last tab
rotate: true
// use the slideshow plugin. It accepts its own configuration
}).slideshow();
Also if I change the settings, they are not supported.
Example :
...
effect: 'ajax',
fadeOutSpeed: 3000,
...
Can you give me an indication to run this plugin automatically, with other effects?
Thank
Marc.
