wave Filter

DHTML, HTML, & CSS

wave Filter


Performs a sine wave distortion of the visual display of the object along the vertical axis.

Syntax

HTML<ELEMENT STYLE = "filter: wave(sProperties)" ... >
Scriptingobject.style.filter = "wave(sProperties)"

Possible Values

sProperties String that specifies one or more properties exposed by the filter.

Members

Example

This example uses the wave filter to render text along a sine wave.

Sample Code

<STYLE>
   DIV.aFilter {filter: wave(
     strength=8,
     freq=3,
     lightstrength=20,
     add=0,
     phase=90);
     width: 150; color: #FF0000;}
</STYLE>

<DIV CLASS="aFilter">
This red text is displayed along a sine wave.
</DIV>

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
Version data is listed when the mouse hovers over a link, or the link has focus.
BODY, BUTTON, DIV, IMG, INPUT type=button, INPUT type=checkbox, INPUT type=file, INPUT type=image, INPUT type=password, INPUT type=radio, INPUT type=reset, INPUT type=submit, INPUT type=text, MARQUEE, runtimeStyle, SPAN, style, TABLE, TD, TEXTAREA, TH

Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.