SUBTYPE Attribute | subtype Property (t:TRANSITIONFILTER) (Internet Explorer - HTML+Time 2)

HTML (DHTML)

SUBTYPE Attribute | subtype Property

Internet Development Index

Sets or retrieves the name of the subtype that will be applied to the transition.

Syntax

HTML<t:TRANSITIONFILTER SUBTYPE = sSubType... >
Scriptingt:TRANSITIONFILTER.subtype [ = sSubType ]

Possible Values

sSubTypeString that specifies or receives the name of the subtype that will be applied to the transition.

The property is read/write. The property has no default value.

Remarks

This parameter is optional and, if specified, must be one of the transition subtype values appropriate for the specified type value, as shown in the table below. If this parameter is not specified, then the transition reverts to the default subtype value for the specified type value with the following exception: When the type property is set to starWipe, it is required to explicitly set the subtype property to fivePoint for the transition to work.

You cannot return the default value of the subtype property through script unless the default value has been set by the attribute or through script.

TypeAssociated Subtype(s)
starWipefivePoint (this must be specified)
barWipeleftToRight, topToBottom
barnDoorWipevertical, horizontal
irisWiperectangle, diamond
ellipseWipecircle
clockWipeclockwiseTwelve
fanWipecenterTop
snakeWipetopLeftHorizontal
spiralWipetopLeftClockwise
pushWipefromLeft
slideWipefromLeft
fadecrossfade

Example

This example demonstrates the different transition type values and the possible subtype values that can be used with those type values. In addition, the effects of changing various other attributes of the transitionFilter is also demonstrated.

This feature requires Microsoft?Internet Explorer 6 or later. Click the following icon to install the latest version. Then reload this page to view the sample.

Applies To

t:TRANSITIONFILTER

See Also

Introduction to HTML+TIME, Using HTML+TIME Transitions, end