19.5.56 pRg

This element specifies a text range to animate based on starting and ending paragraph number.

[Example: Consider an animation entrance of the first 3 text paragraphs. The element should be used as follows:

<p:animEffect transition="in" filter="checkerboard(across)">
  <p:cBhvr>
    <p:cTn id="12" dur="500"/>
    <p:tgtEl>
      <p:spTgt spid="3">
        <p:txEl>
          <p:pRg st="0" end="2"/>
        </p:txEl>
      </p:spTgt>
    </p:tgtEl>
  </p:cBhvr>
</p:animEffect>

end example]

Attributes

st (Start)

This attribute defines the start of the index range.

The possible values for this attribute are defined by the ST_Index simple type (19.7.3).

end (End)

This attribute defines the end of the index range.

The possible values for this attribute are defined by the ST_Index simple type (19.7.3).

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

Last updated on