Hello, I installed the Javascript at: http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm to this page: http://www.andrewcalzada.com/property_highlights.html Can anyone tell me why the script isn't working? The images aren't fading in and out as expected. Thanks!
Yup, think so... fadeimages[4}=["images/ph_05.jpg", "", ""] //image with link and target syntax need to be fadeimages[4]=["images/ph_05.jpg", "", ""] //image with link and target syntax
Do you know if it's possible to slow down the transition a bit with this script? My client wants to see it fade slower in and out rather than abruptly. Thank you!
new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause, optionalRandomOrder) Code (markup): If you want to slow it down, whenever you create a new fadeshow object, you'll want to change the delay on it. (Just change the number in the argument)
I played with the delay, but that just delays the time that the image is shown. I want to slow down the fading transition between the images. Does anyone know what part of the code I would modify to change that? Thank you!