More Demos: bootstrap slides, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Hello!
I like your program!
Is slide speed adjustable please?
A: You can change speed of slideshow. There are 2 values responsible for the transition speed:
- 'delay between slides' is the time of transition between slides
- 'effect duration' is the time of the effect
You should change "duration" and "delay" parameters as you need. You can do it in 2 ways: in the application or manually in generated script.js file:
1) in the application go to
Images -> Properties -> Design
and change 'delay between slides' and 'effect duration' values
2) open the generated script.js file in any text editor (for example, NotePad) and find the code:
jQuery("#wowslider-container1").wowslider({effect:"slices",prev:"",next:"",duration:80*100,delay:80*100,...
and change 'duration' and 'delay' values.
Notice: the "delay between slides" should be greater than the "effect duration".