Feature slider display duration
-
Hi there,
Currently I have 5 sliders added to the website I am working on. The speed in which it changes is quite fast & hence want to be able to control how long each slider is displayed before continuing to display the next slider image.
I have searched the documentation as well as support page to check if this has been discussed but couldn’t find anything.
I’m trying to set transition-duration with a value in the additional css section but it doesn’t seem to work.
Below is what I have tried so far, but without any success:
1.
.image-slider {
transition-duration: 5000;
}2.
.image-slider-wrapper {
transition-duration: 5000;
}3.
.image-slider-wrapper .slider-content {
transition-duration: 5000;
}Can you please help me out on this issue please?
Thanks
The page I need help with: [log in to see the link]
- The topic ‘Feature slider display duration’ is closed to new replies.