You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do have a question though. When I have a slide show div containing img tags, the first loop through all images behaves strange. After each transition the last pic pops up for a sec, just to fade after next transition. When first loop is finished everything looks as it should.
I can hide the slide show for a few seconds, but how to reinitialize slideshow div with new settings in mootools way: $('slideshow').reinitialize(options) ???.
There is a JS methods for this 'setup', but it displays only the first transition.
Great work !
SlideShow v. 2.1.0
I do have a question though. When I have a slide show div containing img tags, the first loop through all images behaves strange. After each transition the last pic pops up for a sec, just to fade after next transition. When first loop is finished everything looks as it should.
I can hide the slide show for a few seconds, but how to reinitialize slideshow div with new settings in mootools way: $('slideshow').reinitialize(options) ???.
There is a JS methods for this 'setup', but it displays only the first transition.
HTML:
JS:
window.addEvent('domready', function() {
$('slideshow').playSlideShow();
...
Regards, Luke.
The text was updated successfully, but these errors were encountered: