19.5.45 graphicEl

This element specifies a graphical element which to animate.

[Example: Consider a diagram with an animation effect applied to it. The element should be used as follows:

<p:set>
  <p:cBhvr>
    <p:cTn id="6" dur="1" fill="hold"></p:cTn>
    <p:tgtEl>
      <p:spTgt spid="4">
        <p:graphicEl>
          <a:dgm id="{87C2C707-C3F4-4E81-A967-A8B8AE13E575}"/>
        </p:graphicEl>
      </p:spTgt>
    </p:tgtEl>
    <p:attrNameLst></p:attrNameLst>
  </p:cBhvr>
  <p:to></p:to>
</p:set>

end example]

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

Last updated on