<ST_TransitionSpeed>
(Transition Speed)
This simple type defines the allowed transition speeds for transitioning from the current slide to the next.
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 |
---|---|
|
Fast slide transition. |
|
Medium slide transition. |
|
Slow slide transition. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TransitionSpeed">
<restriction base="xsd:token">
<enumeration value="slow"/>
<enumeration value="med"/>
<enumeration value="fast"/>
</restriction>
</simpleType>