<progress>
(Progress)
This element defines the animation's overall progress that remains throughout the entire animation.
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>