19.5.53 par

This element describes the Parallel time node which can be activated along with other parallel time node containers. Conceptually it can be thought of as follows:

image

[Example: Consider a simple animation with a blind entrance. The element should be used as follows:

<p:timing>
  <p:tnLst>
    <p:par>
      <p:cTn id="1" dur="indefinite" restart="never"
        <p:childTnLst>
          <p:seq concurrent="1" nextAc="seek">
          </p:seq>
        </p:childTnLst>
      </p:cTn>
    </p:par>
  </p:tnLst>
</p:timing>

end example]

[Note: The W3C XML Schema definition of this element’s A.3. end note]

Last updated on