<ST_TLBehaviorTransformType>
(Behavior Transform Type)
This type specifies how the behavior animates the target element.
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 |
---|---|
|
Image transform |
|
Point transform |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLBehaviorTransformType">
<restriction base="xsd:token">
<enumeration value="pt"/>
<enumeration value="img"/>
</restriction>
</simpleType>