Need help customizing this javascript code

Discussion in 'HTML & Website Design' started by txwebdesign, May 15, 2007.

  1. #1
    txwebdesign, May 15, 2007 IP
  2. wing

    wing Active Member

    Messages:
    210
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    58
    #2
    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

    :)
     
    wing, May 16, 2007 IP
  3. txwebdesign

    txwebdesign Peon

    Messages:
    123
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you!
     
    txwebdesign, May 16, 2007 IP
  4. txwebdesign

    txwebdesign Peon

    Messages:
    123
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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!
     
    txwebdesign, May 16, 2007 IP
  5. rgchris

    rgchris Peon

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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)
     
    rgchris, May 16, 2007 IP
  6. txwebdesign

    txwebdesign Peon

    Messages:
    123
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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!
     
    txwebdesign, May 18, 2007 IP
  7. rgchris

    rgchris Peon

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Might be the pause argument then. I'm not entirely sure without testing it, but it's my best guess.
     
    rgchris, May 22, 2007 IP