Hello,
Is there a way to slow down the transition speed on Easy Slider (and other sliders across Enfold)?
The Fullwidth Slideshow has an option for this, but nothing else does.
PS – I am not asking for the “Slideshow autorotation duration”. Just the transition speed (i.e. fade or slide) to be slower.
Thank you
Hey sitesme,
Thank you for the inquiry.
You will have to directly modify the enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js file and adjust the transitionSpeed option around line 42.
//transition speed when switching slide
transitionSpeed:900,
Or pass the options parameter in the js/shortcodes.js file, around line 180.
$('.avia-slideshow:not(.av_fullscreen)', container).aviaSlider();
Best regards,
Ismael