Viewing 5 reply threads
You must be logged in to reply to this topic.
Is it possible to increase the speed of the client carousel? It is very slow when it is in auto rotate mode.
So transition duration doesn’t have anything to do with it? I see that in the css
And is there any way for the transition arrow to move forward the whole next image line. Currently it just moves forward 1 client logo at a time?
Hello,
To swipe more than one item at a time, go to js/main.js and find this function, function clientsCarousel(){
. Inside the function code you have this line:
scroll: { items : 1 },
Just change the value to the number of items you want to scroll. Example: scroll: { items : 4 },
will scroll 4 items at a time.
Transition duration is not responsible for the clients speed, but the animation duration of the client logo showing up (not scroll).
Best regards!
You must be logged in to reply to this topic.