[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

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

anim4.6.1)

 

Child Elements

Subclause

tav (Time Animate Value)

§4.6.79

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>