It's working in Firefox, but not in any of the other browsers that I tested (IE, Opera, Chrome, Safari).
It appears to be not properly processing the:
Code:
(typeof duration!="undefined")? duration : setting.fadeduration
(line 146) in those browsers, so the setting.fadeduration is always used instead of the 0 that's in duration for the first image. I don't do a lot of work with JavaScript, so I'm not sure how/if it's possible to fix that. I tried a few things like trying to check for the 0 value, but nothing that I tried worked.
Bookmarks