19.5.92 val
The element specifies a value for a time animate.
[Example: Consider a shape with a fade in animation effect. The
<p:anim calcmode="lin" valueType="num">
<p:cBhvr additive="base"> … </p:cBhvr>
<p:tavLst>
<p:tav tm="0%">
<p:val>
<p:strVal val="0-#ppt_w/2"/>
</p:val>
</p:tav>
<p:tav tm="100%">
<p:val>
<p:strVal val="#ppt_x"/>
</p:val>
</p:tav>
</p:tavLst>
</p:anim>
end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_TLAnimVariant) is located in A.3. end note]
Last updated on