Hi from another topic I read that I could change the speed of the fade transition through:
js > shortcodes.js:
//transition speed when switching slide
transitionSpeed:900,
I changed that to
//transition speed when switching slide
transitionSpeed:3000,
The thing now is. When the last slide goes back to the first one it doesn’t go with the 3000 speed but with the default 900 speed. How can I fix that?
Thanks!
Hey!
Try adding this code to the Quick CSS:
ul.avia-slideshow-inner li {
transition: all linear 3s !important;
}
Cheers!
Josue
That did fix the last to first slide issue, but now the other slides are not sliding properly.