<to>
(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 <to> element should be used as follows:
<p:childTnLst> <p:set> <p:cBhvr>... <p:to> <p:strVal val="visible"/> </p:to> </p:set> <p:anim calcmode="lin" valueType="num">... <p:anim calcmode="lin" valueType="num">... </p:childTnLst>
End Example]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TLAnimVariant">
<choice minOccurs="1" maxOccurs="1">
<element name="boolVal" type="CT_TLAnimVariantBooleanVal"/>
<element name="intVal" type="CT_TLAnimVariantIntegerVal"/>
<element name="fltVal" type="CT_TLAnimVariantFloatVal"/>
<element name="strVal" type="CT_TLAnimVariantStringVal"/>
<element name="clrVal" type="a:CT_Color"/>
</choice>
</complexType>