19.5.80 tavLst
This element specifies a list of time animated value elements.
[Example: Consider a shape with a “fly-in” animation. The
<p:anim calcmode="lin" valueType="num">
<p:cBhvr additive="base"> … </p:cBhvr>
<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]
[Note: The W3C XML Schema definition of this element’s content model (CT_TLTimeAnimateValueList) is located in A.3. end note]
Last updated on