<ST_TLAnimateBehaviorCalcMode>
(Time List Animate Behavior Calculate Mode)
This type specifies how the animation flows from point to point.
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 |
---|---|
|
Descrete |
|
Formula |
|
Linear |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLAnimateBehaviorCalcMode">
<restriction base="xsd:token">
<enumeration value="discrete"/>
<enumeration value="lin"/>
<enumeration value="fmla"/>
</restriction>
</simpleType>