<tavLst>
(Time Animated Value List)
This element specifies a list of time animated value elements.
[Example: Consider a shape with a "fly-in" animation. The <tav> element should be used as follows:
<p:anim calcmode="lin" valueType="num"> <p:cBhvr additive="base">... <p:tavLst> <p:tav tm="0"> <p:val> <p:strVal val="1+#ppt_h/2"/> </p:val> </p:tav> <p:tav tm="100000"> <p:val> <p:strVal val="#ppt_y"/> </p:val> </p:tav> </p:tavLst> </p:anim>
End Example]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TLTimeAnimateValueList">
<sequence>
<element name="tav" type="CT_TLTimeAnimateValue" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>