Tagged: easyslider, enfold, transition
I would like to change the time the slider takes to fade from one picture to another. I assume I have to change a value somewhere in a file, but I can’t the file :-(
Can you please tell me, where I can change this?
Thanks in advance.
Best regards,
Thomas
Hi,
Edit js > shortcodes.js, find this code:
//transition speed when switching slide
transitionSpeed:900,
Replace it with:
//transition speed when switching slide
transitionSpeed:3000,
Regards,
Ismael
That worked like a charm – thank you very much!