19.5.73 stCondLst

This element contains a list conditions that shall be met for a time node to be activated.

[Example: For example, suppose we have a shape with an entrance appearance after 5 seconds. The element should be used as follows:

<p:par>
  <p:cTn id="5" nodeType="clickEffect">
    <p:stCondLst>
      <p:cond delay="5000"/>
    </p:stCondLst>
    <p:childTnLst></p:childTnLst>
  </p:cTn>
</p:par>

end example]

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

Last updated on