19.5.89 to

The element specifies the certain attribute of a time node after an animation effect.

[Example: Consider an animation effect that leaves a string value visible afterwards. The element should be used as follows:

<p:childTnLst>
  <p:set>
    <p:cBhvr></p:cBhvr>
    <p:to>
      <p:strVal val="visible"/>
    </p:to>
  </p:set>
  <p:anim calcmode="lin" valueType="num">
</p:childTnLst>

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