Page 1 of 1

fadeOutSpeed, interval, not work?

Posted: Wed May 23, 2012 3:58 am
by jayson.ph
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.

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..

Re: fadeOutSpeed, interval, not work?

Posted: Wed May 23, 2012 1:33 pm
by tr0gd0rr
What if you change fadeOutSpeed from 'slow' to 10000? Do you need to pass some options to `slideshow()`? Is the tab switch too fast or is the slideshow too fast?

Re: fadeOutSpeed, interval, not work?

Posted: Wed May 23, 2012 7:31 pm
by jayson.ph
Both fast. and please help if what should i do to make it slow.