I am using the Javascript Image Slider and I have copied the code directly with the exception of editing the height, width and arrow locations in the css. However, it is repeating one effect with the below javascript:
var sliderOptions=
{
sliderId: "slider",
effect: "6,15,1,2,11,12,13,15,16,5,7",
effectRandom: false,
pauseTime: 2900,
transitionTime: 500,
slices: 14,
boxes: 11,
hoverPause: false,
autoAdvance: true,
captionOpacity: 0.5,
captionEffect: "rotate",
thumbnailsWrapperId: "thumbs",
license: "free"
};
I only want the slider to fade (effect:"13",) but when I put this in the javascript it continues that one transition. Any advice?