jShowOff icon indicating copy to clipboard operation
jShowOff copied to clipboard

paging & !controls problem

Open ekallevig opened this issue 14 years ago • 1 comments

Was just checking out your jshowoff. I noticed that things go a little haywire (slides start sliding just by hovering) if you load up jshowoff to show paging but not the controls. ie.. " jshowoff({controls: false}); "

Had a look at the code and it seems the pause() within the goToAndPause method is causing the issue. Then i thought about it if you are not showing the play/pause button then you would have no way to play the slide show once you click on the paging and it is paused. So maybe just put a check around that pause() method within goToAndPause that only pauses if config.controls is true.

ekallevig avatar Aug 09 '10 19:08 ekallevig

I ran into it also on http://imageresizing.net/

Any updates?

lilith avatar May 12 '11 22:05 lilith