Click to See Complete Forum and Search --> : Image fader


Chami
07-02-2003, 07:38 PM
I tried the script from this page:

http://javascript.internet.com/miscellaneous/image-fader-transition.html

It is just right for my purposes except that the images continuously fade from one to the other without stopping on either image. Does anyone know of a script that allows the images to be displayed for a certain number of seconds before fading to the next?

Thanks

chrismartz
07-03-2003, 01:50 PM
yes, in the code where it says:


speed = 50 //the speed


change the speed and see if that works

Chami
07-05-2003, 10:55 PM
Thanks for the suggestion. But the speed parameter adjusts the fading speed. Any other ideas?