subtype property

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

Syntax

JScript
object.subtype = sSubType
sSubType = object.subtype

 

Property values

Type: String

the name of the subtype that will be applied to the transition.

Remarks

subtype was introduced in Microsoft Internet Explorer 6.

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 following table. 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 set the subtype property explicitly to fivePoint for the transition to work.

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

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

 

Examples

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.

Code example: http://samples.msdn.microsoft.com/workshop/samples/author/behaviors/htmltime/transitions/mastersample/master_sample.htm

See also

transitionFilter
Reference
end
Conceptual
Introduction to HTML+TIME
Using HTML+TIME Transitions

 

 

Show: