Javascript Image Slider > Posts >

 

Only one transition effect

Chelsea
11 months ago
Viewed: 850
1
Useful

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?



11 months ago
Marco   Edit
0

I got the same question. It works on local pc, but not on production server. Do I have to buy the license for changing the transition effect?

11 months ago
milo   Edit
1

For sliders with advanced features(integrated thumbnails or video support), purchasing a license is required for its use on production server. It will not work properly without the license.
For sliders with basic features, you don't need to purchase a license. You need a hidden link as demonstrated in the downloaded demo1.html. 


11 months ago
milo   Edit
0

Hi Chelsea,
Please read the instructions under the Directions tab in page JavaScript Image Slider.


New Answer