[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
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 (Transition Enum ( In )) |
In |
none (Transition Enum ( None )) |
None |
out (Transition Enum ( Out )) |
Out |
Referenced By |
animEffect@transition (§4.6.3) |
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>