<ST_TLAnimateEffectTransition>
(Time List Animate Effect Transition)
This type specifies whether the effect is a transition in, transition out, or neither.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
In |
|
None |
|
Out |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLAnimateEffectTransition">
<restriction base="xsd:token">
<enumeration value="in"/>
<enumeration value="out"/>
<enumeration value="none"/>
</restriction>
</simpleType>