<to>
(To)
This element specifies the resulting color for the animation color change.
[Example: Consider emphasize a shape by changing its fill color from blue to red. The <to> element should be used as follows:
<p:childTnLst> <p:animClr clrSpc="rgsb"> <p:cBhvr>... <p:to> <a:schemeClr val="accent2"/> </p:to> </p:animClr> </p:childTnLst>
End example]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Color">
<sequence>
<group ref="EG_ColorChoice"/>
</sequence>
</complexType>