austenpayan / skippr

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

Slider slides fastly while in autoplay #1

Closed marviljoy closed 8 years ago

marviljoy commented 10 years ago

Without the effect in speed control, slider moves outside the container very fast and shows the background.

Suppose we have only 2 slides, also we have the default setting for the slider But, while doing sliding loop continuesly, slider moves faster and faster again. This causes the slider moves outside the div and shows the background.

Please view the attached screenshot, we have the white background

issue

austenpayan commented 10 years ago

Thanks for bringing this to my attention, i'll work on a fix!

marviljoy commented 10 years ago

Thanks for the reply.. I'm waiting for the fixed version

austenpayan commented 10 years ago

I am having trouble replicating your problem. Exactly when does this error occur? Perhaps you can take a screen capture video and send it to me so that I can see exactly whats going on?

pdzxc commented 10 years ago

Same Issue.

I've used this code and it was running but when I changed the speed and the autoPlayDuration, I'm having problems like that.

$("#slider").skippr({ speed: 1000, navType: 'block', childrenElementType: 'div', arrows: true, autoPlay: true, autoPlayDuration: 3000 });

SteveLewisZA commented 10 years ago

I'm also having this issue. When autoplay is activated it doesn't autoplay at all for a while, then suddenly starts going at uneven intervals, then the panels become offset and it breaks

austenpayan commented 10 years ago

What browsers and OS are you guys on?

pdzxc commented 10 years ago

I used windows 7 / Chrome

Paul Justine de Honor Web Designer / Developer dehonor.pauljustine@gmail.com dehonor.pauljustine@gmail.com

On Fri, Jul 11, 2014 at 3:51 AM, Austen Payan notifications@github.com wrote:

What browsers and OS are you guys on?

— Reply to this email directly or view it on GitHub https://github.com/austenpayan/skippr/issues/1#issuecomment-48655150.

SteveLewisZA commented 10 years ago

I'm also on Windows 7 with Chrome

Just tried it in Firefox and it seems to be doing the same thing (autoplay timing becomes inconsistent and increases speed and panels eventually go out of alignment)

austenpayan commented 10 years ago

Could you resend that with markdown formatting? im having a hard time understanding what you are doing there

haides25 commented 10 years ago

I do not speak English well.

So, I rely on Google Translate.

I There was a problem with the source. if ('.velocity-animating', _.$element).length) return;

flamingoezz commented 8 years ago

Was there ever a resolution to this issue? I'm still having issue with the consistency of time a slide displays. Slide 1 may display for 5 seconds, while the second slide may appear for 2 or so. I do have autoPlayDuration set.

SteveLewisZA commented 8 years ago

If I remember correctly I just ended up using a different image slider altogether

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.