Over/Out Filters - Options?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
XcalibuR
Advanced
Advanced
Posts: 11
Joined: Thu Jun 12, 2003 2:19 pm

Over/Out Filters - Options?

Post by XcalibuR »

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=
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Search the forum or MS IE, Kevin left some info and links recently on the forum.

maz
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I've been looking for this for weeks and finally found my references from the old milonic site.

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])
Hope this helps everyone.

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)";
I have version 5.07 and ie 5.5 and they all worked. :D

Ruth
Last edited by Ruth on Wed Mar 24, 2004 1:08 am, edited 1 time in total.
XcalibuR
Advanced
Advanced
Posts: 11
Joined: Thu Jun 12, 2003 2:19 pm

Wow - Thanks All !

Post by XcalibuR »

Wow - Thanks All !

XcalibuR
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Thanks for the great post, Ruth.

Keep in mind, folks - unless a browser really thinks it is IE, you will only see these effects under IE.
John
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Just to add...
John wrote:...Keep in mind, folks - unless a browser really thinks it is IE, you will only see these effects under IE.
Only in IE5.5+, for Windows.

Kevin
Post Reply