<sldTgt>
(Slide Target)
This element specifies the slide as the target element.
[Example: For example, suppose we have a simple animation with a blind entrance.
<p:seq concurrent="1" nextAc="seek"> <p:cTn id="2" dur="indefinite" nodeType="mainSeq">... <p:prevCondLst>... <p:nextCondLst> <p:cond evt="onNext" delay="0"> <p:tgtEl> <p:sldTgt/> </p:tgtEl> </p:cond> </p:nextCondLst> </p:seq>
End Example]
Parent Elements |
---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Empty"/>