[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

tgtEl (Target Element)

This element specifies the target children elements which will have the animation effects applied to.

[Example: Consider a shape with ID 3 with a fade effect animation applied to it. The <tgtEl> element should be used as follows:

<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]

Parent Elements

cBhvr4.6.22); cMediaNode4.6.29); cond4.6.31); endSync4.6.39)

 

Child Elements

Subclause

inkTgt (Ink Target)

§4.6.47

sldTgt (Slide Target)

§4.6.67

sndTgt (Sound Target)

§4.6.70

spTgt (Shape Target)

§4.6.72

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TLTimeTargetElement">

   <choice minOccurs="1" maxOccurs="1">

   <element name="sldTgt" type="CT_Empty"/>

   <element name="sndTgt" type="a:CT_EmbeddedWAVAudioFile"/>

   <element name="spTgt" type="CT_TLShapeTargetElement"/>

   <element name="inkTgt" type="CT_TLSubShapeId"/>

   </choice>

</complexType>