19.5.78 subTnLst

This element describes time nodes that have a start time which is not based on the containing timenode. It is instead based on their master relationship (masterRel). At runtime, they are inserted dynamically into the timing tree as child timenodes for playback, based on the logic defined by the master relationship. These elements are used for animations such as “dim after” and “play sound effects”

[Example: Consider an animation with a “Fly In” effect on paragraphs so that each paragraph flies in on a separate click. Then the “Dim After” effect for paragraph 1 doe not happen until paragraph 2 flies in. The element should be used as follows:

<p:par>
  <p:cTn id="5" grpId="0" nodeType="clickEffect">
    <p:stCondLst></p:stCondLst>
    <p:childTnLst></p:childTnLst>
    <p:subTnLst>
      <p:set>
        <p:cBhvr override="childStyle">
          <p:cTn fill="hold" masterRel="nextClick" afterEffect="1"/>
          <p:tgtEl></p:tgtEl>
          <p:attrNameLst></p:attrNameLst>
        </p:cBhvr>
        <p:to></p:to>
      </p:set>
    </p:subTnLst>
  </p:cTn>
</p:par>

end example]

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

Last updated on