19.5.81 tgtEl

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

[Example: Consider a shape with ID 3 with a fade effect animation applied to it. The 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]

[Note: The W3C XML Schema definition of this element’s content model (CT_TLTimeTargetElement) is located in A.3. end note]

Last updated on