phase Attribute | Phase Property

Internet Development Index

Sets or retrieves the phase offset at which the sine wave starts.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Wave(
    phase = iPercentage ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Wave").Phase [ = iPercentage ]

Possible Values

iPercentageInteger that specifies or receives the offset a sine wave is started from as a percentage of one wave cycle. The value can range from 0 to 100.
0Default. No offset

The property is read/write. The property has a default value of 0.

Remarks

You can start the sine wave effect of the Wave filer at 90 degrees using an iPercentage value of 25. An iPercentage value of 100 is the equivalent of 360 degrees.

Applies To

Wave