loukmanebabakhalil / prototype-carousel

Automatically exported from code.google.com/p/prototype-carousel
0 stars 0 forks source link

First slide appears twice after returning to first slide #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
When I'm using the fade affect my carousel shows the first slide twice.
when I'm using sindoil it doesn't.

new Carousel($('carousel-wrapper'), $$('#carousel-wrapper .slide'), $$(' 
a.carousel-jumper', 'a.carousel-control'), { duration: 1, auto: true, 
autoPause: true, frequency: 4, circular: 'true', effect: 'fade',hide:true, 
wheel :false, selectedClassName: 'selected'},$$('.overlay-banner'));//scroll

i'm using the carousel JS provided here:
http://code.google.com/p/prototype-carousel/issues/detail?id=18

thanks.
aaron.

Original issue reported on code.google.com by aa...@rossano.com.au on 7 Feb 2012 at 12:32