I would like to slow down the fade transition between slides. (Not the time each slide is visible, which can be set in the Slider>General section.) The default fade seems to be 1 second; I would like a slower fade, such as 3 seconds.
Is there a way to edit the time in CSS? I’ve tried adding this CSS, but it doesn’t work:
#agama-slider {
-webkit-transition: all 3s ease;
-o-transition: all 3s ease;
transition: all 3s ease;
}
Or does this edit need to be made in the JS or PHP editor?
It would be great if the fade transition speed could be added as a Customize feature; also moving the slide visibility time to be set on individual slides instead of a general time for all slides.
Thanks for your help.