[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element specifies a graphical element which to animate.
[Example: Consider a diagram with an animation effect applied to it. The <graphicEl> element should be used as follows:
<p:set>
<p:cBhvr>
<p:cTn id="6" dur="1" fill="hold">...
<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:cBhvr>
<p:to>
</p:set>
End Example]
Parent Elements |
spTgt (§4.6.72) |
Child Elements |
Subclause |
chart (Chart to Animate) |
§5.1.2.1.3 |
dgm (Diagram to Animate) |
§5.1.2.1.12 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AnimationElementChoice">
<choice minOccurs="1" maxOccurs="1">
<element name="dgm" type="CT_AnimationDgmElement"/>
<element name="chart" type="CT_AnimationChartElement"/>
</choice>
</complexType>