basilio / responsiveCarousel

Simple carousel
MIT License
113 stars 64 forks source link

Controles next/prev dont work after clicking few times on next (ca. 10times) and than prev ? #18

Open sqsebastian opened 10 years ago

sqsebastian commented 10 years ago

testing the nav on the homepage i recognized prev button doesnt work after clicking few times on next button?

anjana-j commented 10 years ago

Im having the same issue also. Did you able to find a solution?

sonnybaker commented 10 years ago

I'm having the same issue. Did anyone find out the cause of the problem?

anjana-j commented 10 years ago

Hi Sonny,

You can give a speed like 1 second to the carousel. it will solve this bug. :)

I used like below.

$('#test_div').carousel({ visible: 4, speed: 1000 });

sonnybaker commented 10 years ago

@anjana-j That's working great, thanks for your help!

anjana-j commented 10 years ago

No problem... :+1:

kampiamodikuesto commented 7 years ago

hi, i have same problem also with speed 100 setted.