[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
nextCondLst (Next Conditions List)
This element describes a list of conditions that must be met to advance to the next animation sequence.
[Example: Consider a shape with a text emphasis changing the size of its font.
<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 |
seq (§4.6.65) |
Child Elements |
Subclause |
cond (Condition) |
§4.6.31 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TLTimeConditionList">
<sequence>
<element name="cond" type="CT_TLTimeCondition" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>