bettywebgirl
06-17-2004, 06:52 AM
Hi,
I am not a JavaScript expert by any means, but I can sometimes adapt a script for my own use. I am attempting to use a script from Codelifter.com, it's a JavaScript slideshow at:
http://www.codelifter.com/main/javascript/slideshow4.html
I would post just the relevant sections, but I am not skilled enough to single those out effectively. The problem I am having is that the crossfade timing is *supposed* to be adjustable, and I have tried changing the duration:
// Set the duration of crossfade (in seconds)
var CrossFadeDuration = 1;
but no number I put in appears to change the duration, I was hoping a duration of 0 would eliminate the effect, but no luck there.
Can anyone point me in the right direction?
Thanks!
I am not a JavaScript expert by any means, but I can sometimes adapt a script for my own use. I am attempting to use a script from Codelifter.com, it's a JavaScript slideshow at:
http://www.codelifter.com/main/javascript/slideshow4.html
I would post just the relevant sections, but I am not skilled enough to single those out effectively. The problem I am having is that the crossfade timing is *supposed* to be adjustable, and I have tried changing the duration:
// Set the duration of crossfade (in seconds)
var CrossFadeDuration = 1;
but no number I put in appears to change the duration, I was hoping a duration of 0 would eliminate the effect, but no luck there.
Can anyone point me in the right direction?
Thanks!