austenpayan / skippr

A super simple slideshow plugin for jQuery.
670 stars 133 forks source link

Problems in Firefox #8

Closed wudges closed 8 years ago

wudges commented 10 years ago

Hi,

Great script, really like the look of it!

One problem I'm finding, is that in Firefox when the slider is set to autoPlay: true, the images play in the wrong order.

With 5 images I'm finding it goes 1-3-5-2-4

Is there a workaround or update due soon that will sort this. It happens in your demo too.

Thanks in advance :)

austenpayan commented 10 years ago

Thanks for letting me know, ill investigate!

wudges commented 10 years ago

Appreciate it :)

wudges commented 10 years ago

Hi, Have you managed to take a look at this... I've got a customer on my back. I'm happy to pay for your assistance :)

gillbert commented 10 years ago

I have the same problem. Anything new? Thanks!

wudges commented 9 years ago

Hi, I still haven't been able to find a solution to this problem. Do you have any ideas? Thanks!

ghost commented 9 years ago

I'm also seeing the same behavior in Firefox when autoplay is enabled: it skips to every other image, with a flash of the skipped image.

austenpayan commented 8 years ago

Sorry for the delay guys. I found a fix, there were duplicate timers firing off during certain window events that was causing the strange behavior during autoplay.