<ST_TLBehaviorAdditiveType>
(Behavior Additive Type)
This type specifies how to apply the animation values to the original value for the property.
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 |
---|---|
|
Base |
|
Multiply |
|
None |
|
Replace |
|
Sum |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLBehaviorAdditiveType">
<restriction base="xsd:token">
<enumeration value="base"/>
<enumeration value="sum"/>
<enumeration value="repl"/>
<enumeration value="mult"/>
<enumeration value="none"/>
</restriction>
</simpleType>