Tagged: Fullwidth Easy Slider
I was looking to disable the animation and found this forum post:
Then looking at the code I thought I could do better, why not just shorten the animation speed.
I tried changing all the values that end in s to 0.5s or 1s just to test.
Nothing changes.
Please help, how do I fine tune the animation. This one takes too long.
Hey guru1081,
Thank you for using Enfold.
You have to adjust the transitionSpeed parameter of the aviaSlider function in the js > shortcodes.js file. Look for this code around line 180:
$('.avia-slideshow:not(.av_fullscreen)', container).aviaSlider();
Replace it with:
$('.avia-slideshow:not(.av_fullscreen)', container).aviaSlider({transitionSpeed: 100});
Default value is 900ms.
Best regards,
Ismael