[Table of Contents] [docx version]
Error! No text of specified style in document.
This variable is used to indicate the animate by level string which is displayed to a user in the user interface.
[Example: Consider the following example of animLvl in use in DiagramML:
<varLst>
<animLvl val="ctr" />
<resizeHandles val="exact" />
</varLst>
In this example we see that the animLvl is set to ctr. This is being defined in a radial type diagram which will allow the user to specify that animation is to start at the center of the diagram. end example]
Parent Elements |
presLayoutVars (§5.9.5.4); varLst (§5.9.2.31) |
Attributes |
Description |
val (Level Animation Value) |
This attribute indicates the string to use for level animation in the user interface.
The possible values for this attribute are defined by the ST_AnimLvlStr simple type (§5.9.7.2). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AnimLvl">
<attribute name="val" type="ST_AnimLvlStr" default="none" use="optional"/>
</complexType>