<from>
(From)
This element is used to specify the starting color of the target element.
[Example: Consider a shape with an animation fill change from one accent color to another. The <from> element should be used as follows:
<p:animClr clrSpc="rgb" dir="cw"> <p:cBhvr> <p:cTn id="6" dur="2000" fill="hold"/> <p:tgtEl>... <p:attrNameLst> <p:attrName>fillcolor</p:attrName> </p:attrNameLst> </p:cBhvr> <p:from> <a:schemeClr val="accent3"/> </p:from> <p:to> <a:schemeClr val="accent2"/> </p:to> </p:animClr>
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>