p:animEffect
Animate Effect
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-animationInfo.xsd
Type: p:CT_TLAnimateEffectBehavior
Properties: Local, Qualified
Content
- Sequence [1..1]
- p:cBhvr [1..1] Common Behavior
- p:progress [0..1] Progress
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
transition | [0..1] | p:ST_TLAnimateEffectTransition | Transition | |
filter | [0..1] | xsd:string | Filter | |
prLst | [0..1] | xsd:string | Property List |
Used in
- Type p:CT_TimeNodeList (Elements p:childTnLst, p:subTnLst, p:tnLst)
Sample instance
<p:animEffect> <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:progress> <p:boolVal val="true"/> </p:progress> </p:animEffect>