[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element specifies an animation target element that is represented by a sub-shape in a legacy graphical object.
[Example: Consider an ink diagram with an animation blinds transition effect applied to it. The <inkTgt> element should be used as follows:
<p:animEffect transition="in" filter="blinds(horizontal)">
<p:cBhvr>
<p:cTn id="7" dur="500"/>
<p:tgtEl>
<p:inkTgt spid="_x0000_s2057"/>
</p:tgtEl>
</p:cBhvr>
</p:animEffect>
End Example]
Parent Elements |
tgtEl (§4.6.81) |
Attributes |
Description |
spid (Shape ID) |
This attribute specifies the shape identifier.
The possible values for this attribute are defined by the ST_ShapeID simple type (§5.1.12.55). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TLSubShapeId">
<attribute name="spid" type="a:ST_ShapeID" use="required"/>
</complexType>