19.5.72 spTgt
The element specifies the shape in which to apply a certain animation to.
[Example: Consider a shape whose id is 3 in which we want to apply a fade animation effect. The
<p:animEffect transition="in" filter="fade">
<p:cBhvr>
<p:cTn id="7" dur="2000"/>
<p:tgtEl>
<p:spTgt spid="3"/>
</p:tgtEl>
</p:cBhvr>
</p:animEffect>
end example]
Attributes
spid (Shape ID)
This attribute specifies the shape identifier.
The possible values for this attribute are defined by the ST_DrawingElementId simple type (20.1.10.21).
[Note: The W3C XML Schema definition of this element’s content model (CT_TLShapeTargetElement) is located in A.3. end note]
Last updated on