<progress> (Progress)

This element defines the animation's overall progress that remains throughout the entire animation.

Parent Elements

<animEffect>4.6.3)

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>