Results 1 to 3 of 3

Thread: Fade-in slideshow

  1. #1
    Join Date
    Nov 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fade-in slideshow

    Fade-in slideshow
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    Is it possible to change the speed of the dissolve from banner to banner? - I see where to change the pause between images but I want the pictures to dissolve a little more slowly.

    Thank you for an anticipated response to this question

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Sure. Simply locate the line:

    Code:
    var temp='setInterval("fadepic()",50)'
    and change 50 to a larger number, such as 100 or 200.

  3. #3
    Join Date
    Nov 2004
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you change the script per the previous post, the fade may look a little choppy. You can change the following line:

    curpos+=10

    to a smaller number, and that will make the transition a little smoother (and slower). I am currently using this script at www.brentmurphyphoto.com, and I like the way it turned out (other than the weirdness in Firefox, which I've address in another post.) You can view the page source for that page to see the edits I made to the script.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •