ITIMEAnimationElement2::subtype Property
This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.
Sets or gets the name of the subtype that will be applied to the transition.
Syntax
HRESULT ITIMEAnimationElement2::get_subtype(BSTR sSubType); HRESULT ITIMEAnimationElement2::put_subtype(BSTR sSubType);
Parameters
- sSubType
BSTR that specifies the name of the subtype that will be applied to the transition.- sSubType
BSTR that specifies the name of the subtype that will be applied to the transition.
Return Value
No return value.
Remarks
ITIMEAnimationElement2::subtype was introduced in Microsoft Internet Explorer 6.
This parameter is optional and, if specified, must be one of the transition ITIMEAnimationElement2::subtype values appropriate for the specified ITIMEAnimationElement2::type value, as shown in the following table. If this parameter is not specified, then the transition reverts to the default ITIMEAnimationElement2::subtype value for the specified ITIMEAnimationElement2::type value with the following exception: When the ITIMEAnimationElement2::type property is set to
starWipe, it is required to set the ITIMEAnimationElement2::subtype property explicitly tofivePointfor the transition to work.
Type Associated Subtypes 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
See Also
Introduction to HTML+TIME, Using HTML+TIME Transitions, ITIMEElement::end