Results 1 to 5 of 5

Thread: DHTML Slide Show (Manual) - Removing Filters

  1. #1
    Join Date
    Oct 2005
    Location
    London
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question DHTML Slide Show (Manual) - Removing Filters

    http://www.dynamicdrive.com/dynamici...dhtmlslide.htm

    I would like to be able to remove the filters used in this manual slide show so that I am left with just the fade-in-fade-out transition (I'm a simple gal).

    Can anyone help? I am frustratingly new to all this . . . .

    Thanks

    Candida

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The closest to a fade in/fade out filter available used in this script is the random disolve (12). Change this line:

    Code:
    photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)
    to this:

    Code:
    photoslider.filters.revealTrans.Transition=12
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Oct 2005
    Location
    London
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your response . . . . for some reason I can't see the code you have inserted (I fear that may be because I use a Mac?).

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    How's this:

    The closest to a fade in/fade out filter available used in this script is the random disolve (12). Change this line:

    photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)

    to this:

    photoslider.filters.revealTrans.Transition=12
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Oct 2005
    Location
    London
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks very much. I can shall try it and see . . . . .

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
  •