<prevCondLst> (Previous Conditions List)

This element describes a list of conditions that must be met in order to go backwards in an animation sequence.

[Example: Consider trying to emphasize text within a shape by changing the size of its font.

<p:seq concurrent="1" nextAc="seek">
  <p:cTn id="2" dur="indefinite" nodeType="mainSeq">
  </p:cTn>
  <p:prevCondLst>
    <p:cond evt="onPrev" delay="0">
      <p:tgtEl>
        <p:sldTgt/>
      </p:tgtEl>
    </p:cond>
  </p:prevCondLst>
  <p:nextCondLst>
  </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>