p:anim
Animate
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-animationInfo.xsd
Type: p:CT_TLAnimateBehavior
Properties: Local, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
by | [0..1] | xsd:string | By | |
from | [0..1] | xsd:string | From | |
to | [0..1] | xsd:string | To | |
calcmode | [0..1] | p:ST_TLAnimateBehaviorCalcMode | Calculation Mode | |
valueType | [0..1] | p:ST_TLAnimateBehaviorValueType | Value Type |
Used in
- Type p:CT_TimeNodeList (Elements p:childTnLst, p:subTnLst, p:tnLst)
Sample instance
<p:anim> <p:cBhvr> <p:cTn> <p:stCondLst>... </p:stCondLst> <p:endCondLst>... </p:endCondLst> <p:endSync>... </p:endSync> <p:iterate>... </p:iterate> <p:childTnLst>... </p:childTnLst> <p:subTnLst>... </p:subTnLst> </p:cTn> <p:tgtEl> <p:sldTgt/> </p:tgtEl> <p:attrNameLst> <p:attrName>string</p:attrName> </p:attrNameLst> </p:cBhvr> <p:tavLst> <p:tav> <p:val>... </p:val> </p:tav> </p:tavLst> </p:anim>