Hi All -
Just wondering if there are other options for the effects beside FADE & DISOLVE??? Where and how... (not a pro here) - THANKS
overfilter="Fade(duration=0.2);Alpha(opacity=92);Shadow(color='#404040', Direction=135, Strength=6)";
outfilter=
Over/Out Filters - Options?
Microsoft Reference Library - Filters&Transitions Scroll down and you will see the Transitions section. You'll have to figure out the part of their code you need, though I've never been able to do that.
Ruth
Ruth
I've been looking for this for weeks and finally found my references from the old milonic site.
Hope this helps everyone.
Here's a sample of how to do it. I have version 5.07 and ie 5.5 and they all worked.
Ruth
Code: Select all
barn(motion=Out [or In], orientation=Horizontal [or vertical], duration=0.1 [to 1.5])
blinds(bands=2 -through 10, even numbers only], direction=Up, [down, left,right] duration=0.1 [to 1.5])
checkerboard(direction=Up [down, left, right], squaresx=2 [to 40 even numbers], sqauresy=2 [same as x], duration=0.1 [to 1.5])
fade(overlap=0.00 [increments of 1/4 ie 0.25 up to 1], duration=0.1 [to 1.5])
gradientwipe(wipestyle=0 [or 1], motion=Forward [or reverse], duration=0.1 [to 1.5])
inset(duration=0.1 [to 1.5])
RadialWipe(squares=Clock [Wedge, Radial], duration=0.1 [to 1.5)
randombars(orientation=Horizontal [vertical], duration=0.1 [to 1.5) works
randomdissolve(duration=0.1 [to 1.5])
stretch(duration=0.1 [to 1.5])
strips(direction=Left Up [Left Down/ Right Up Right Down], duration=0.1 [to 1.5])
wheel(spokes=2 [to 24 even numbers], duration=0.1 [to 1.5])
zigzag(gridx=8, gridy=8,[grids in increments of 8 up to 64] duration=0.1 [to 1.5])
spiral(gridx=8, gridy=8,[grids in increments of 8 up to 64] duration=0.1 [to 1.5])
Pixelate(squares=2 [2 is lowest, then 5 and in increments of 5 up to 50], duration=0.1 [to 1.5])
iris(style=Diamond [Circle, Cross, Plus, Square, Star], motion=In [Out], duration=0.1 [to 1.5])
Here's a sample of how to do it.
Code: Select all
overfilter="RadialWipe(wipeStyle='radial',duration=0.5);Shadow(color='#7
77777',Direction=135,Strength=5)";
outfilter="RadialWipe(wipeStyle='radial',duration=0.5);Shadow(color='#77
7777',Direction=135,Strength=5)";

Ruth
Last edited by Ruth on Wed Mar 24, 2004 1:08 am, edited 1 time in total.
Wow - Thanks All !
Wow - Thanks All !
XcalibuR
XcalibuR