status Property

This topic documents a feature of Visual Filters and Transitions, which is deprecated as of Windows Internet Explorer 9.

Retrieves the state of the transition.

Syntax

HTML
N/A
Scripting
[ iStatus = ] object.filters.item(
    "DXImageTransform.Microsoft.filter-name").status

Possible Values

iStatus An Integer that specifies one of the following values.
0
Transition has stopped.
1
Transition has been applied.
2
Transition is playing.

The property is read-only. The property has no default value.

Applies To

BlendTrans, RevealTrans, Barn, Blinds, Fade, GradientWipe, Inset, Iris, Pixelate, RadialWipe, RandomBars, RandomDissolve, Slide, Spiral, Stretch, Strips, Wheel, Zigzag

See Also

play, Duration, stop