fadeOutSpeed, interval, not work?
Posted: Wed May 23, 2012 3:58 am
Hi All,
i have a problem with the fadeOutSpeed--> interval. they set this as 1000 but my boss sagest that make it very slow since he observe that it is fast.
please take a look a code if what was wrong with it. since even i change the interval into 5000--> 10000--> to set as very slow but nothing change the interval of the image it sames as 1000.
Please help..
i have a problem with the fadeOutSpeed--> interval. they set this as 1000 but my boss sagest that make it very slow since he observe that it is fast.
please take a look a code if what was wrong with it. since even i change the interval into 5000--> 10000--> to set as very slow but nothing change the interval of the image it sames as 1000.
Code: Select all
$(function() {
$(".images").tabs(".images > div", {
// enable "cross-fading" effect
effect: 'fade',
fadeOutSpeed: 'slow',
interval : 1000,
// start from the beginning after the last tab
rotate: true,
// use the slideshow plugin. It accepts its own configuration
}).slideshow();
$(".images").data("slideshow").play();
});Please help..