![]() Special and Animation Effects You can apply special effects and animation effects to the menu panels by selecting from a set of pre-defined effects in the Menu Maker. You can even write your own effects using the Microsoft filter definition. For example, Special Effects
progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#aaaaaa,strength=5) You can also combine special effects, e.g. progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#aaaaaa,strength=5)
progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=25,finishOpacity=100,startX=0,finishX=100,startY=100,finishY=0) Animation Effects
progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,duration=0.5) You can learn more about Microsoft filters at http://msdn.microsoft.com/workshop/author/filter/filters.asp |