Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:36

Over/Out Filters - Options?


Poster: XcalibuR
Dated: Saturday March 20 2004 - 17:48:58 GMT

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=


Poster: Maz
Dated: Saturday March 20 2004 - 21:52:19 GMT

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

maz


Poster: Ruth
Dated: Sunday March 21 2004 - 5:01:45 GMT

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


Poster: Ruth
Dated: Sunday March 21 2004 - 6:16:18 GMT

I've been looking for this for weeks and finally found my references from the old milonic site.
Code:
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:
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

Wow - Thanks All !


Poster: XcalibuR
Dated: Sunday March 21 2004 - 13:38:09 GMT

Wow - Thanks All !

XcalibuR


Poster: John
Dated: Sunday March 21 2004 - 16:36:19 GMT

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.


Poster: kevin3442
Dated: Wednesday March 24 2004 - 4:38:04 GMT

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