[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
ST_TLAnimateColorDirection (Time List Animate Color Direction)
This type specifies the direction in which to interpolate the animation (clockwise or counterclockwise).
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 |
ccw (Counter-Clockwise) |
Counter-Clockwise |
cw (Direction Enum ( Clockwise )) |
Clockwise |
Referenced By |
animClr@dir (§4.6.2) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLAnimateColorDirection">
<restriction base="xsd:token">
<enumeration value="cw"/>
<enumeration value="ccw"/>
</restriction>
</simpleType>