19.5.31 cond
This element specifies conditions on time nodes in a timeline. It is used within a list of start condition or list of end condition elements.
[Example: For example, suppose we have a shape with a two second delay after the animation is started.
<p:cTn>
<p:stCondLst>
<p:cond delay="2000"/>
</p:stCondLst>
<p:childTnLst>
<p:set> … </p:set>
<p:animEffect transition="in" filter="blinds(horizontal)">
<p:cBhvr>
<p:cTn id="7" dur="1000"/>
<p:tgtEl>
<p:spTgt spid="4"/>
</p:tgtEl>
</p:cBhvr>
</p:animEffect>
</p:childTnLst>
</p:cTn>
end example]
Attributes
evt (Trigger Event)
This attribute describes the event that triggers an animation.
The possible values for this attribute are defined by the ST_TLTriggerEvent simple type (19.7.48).
delay (Trigger Delay)
This attribute describes the delay after an animation is triggered.
The possible values for this attribute are defined by the ST_TLTime simple type (19.7.38).
[Note: The W3C XML Schema definition of this element’s content model (CT_TLTimeCondition) is located in A.3. end note]
Last updated on