[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
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:to>
</p:set>
<p:anim calcmode="lin" valueType="num">...
<p:anim calcmode="lin" valueType="num">...
</p:childTnLst>
End Example]
Parent Elements |
set (§4.6.66) |
Child Elements |
Subclause |
boolVal (Boolean Variant) |
§4.6.19 |
clrVal (Color Value) |
§4.6.27 |
fltVal (Float Value) |
§4.6.42 |
intVal (Integer) |
§4.6.48 |
strVal (String Value) |
§4.6.75 |
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>