ryanflorence / SlideShow

Extensible mid-level MooTools slideshow class that manages transitions of elements that share the same space, typically for slideshows, tabs, and galleries.
http://ryanflorence.com/slideshow
104 stars 22 forks source link

Slideshow img tag pops up through first loop #15

Open bigobigobigo opened 11 years ago

bigobigobigo commented 11 years ago

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.