SUBTYPE Attribute | subtype Property | DHTML中文手册 |
Sets or retrieves the name of the subtype that will be applied to the transition.
dhtml语法
HTML <t:TRANSITIONFILTER SUBTYPE = sSubType... > Scripting t:TRANSITIONFILTER.subtype [ = sSubType ]
DHTML可能的值
sSubType String 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.
type associated subtype(s) starwipe fivepoint (this must be specified) barwipe lefttoright, toptobottom barndoorwipe vertical, horizontal iriswipe rectangle, diamond ellipsewipe circle clockwipe clockwisetwelve fanwipe centertop snakewipe toplefthorizontal spiralwipe topleftclockwise pushwipe fromleft slidewipe fromleft fade crossfade
DHTML代码范例
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.
applies to
t:TRANSITIONFILTER
更多语法参考
introduction to html+time, using html+time transitions, end