View Full Version : DHTML Slide Show (Manual) - Removing Filters
candida
10-26-2005, 02:39 PM
http://www.dynamicdrive.com/dynamicindex14/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
jscheuer1
10-26-2005, 03:33 PM
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
candida
10-26-2005, 03:46 PM
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?).
jscheuer1
10-26-2005, 03:57 PM
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
candida
10-26-2005, 04:05 PM
Thanks very much. I can shall try it and see . . . . .
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.