p:cBhvr
Common Behavior
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-animationInfo.xsd
Type: p:CT_TLCommonBehaviorData
Properties: Local, Qualified
Content
- Sequence [1..1]
- p:cTn [1..1] Common Time Node Properties
- p:tgtEl [1..1] Target Element
- p:attrNameLst [0..1] Attribute Name List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
additive | [0..1] | p:ST_TLBehaviorAdditiveType | Additive | |
accumulate | [0..1] | p:ST_TLBehaviorAccumulateType | Accumulate | |
xfrmType | [0..1] | p:ST_TLBehaviorTransformType | Transform Type | |
from | [0..1] | xsd:string | From | |
to | [0..1] | xsd:string | To | |
by | [0..1] | xsd:string | By | |
rctx | [0..1] | xsd:string | Runtime Context | |
override | [0..1] | p:ST_TLBehaviorOverrideType | Override |
Used in
- Type p:CT_TLAnimateBehavior (Element p:anim)
- Type p:CT_TLAnimateColorBehavior (Element p:animClr)
- Type p:CT_TLAnimateEffectBehavior (Element p:animEffect)
- Type p:CT_TLAnimateMotionBehavior (Element p:animMotion)
- Type p:CT_TLAnimateRotationBehavior (Element p:animRot)
- Type p:CT_TLAnimateScaleBehavior (Element p:animScale)
- Type p:CT_TLCommandBehavior (Element p:cmd)
- Type p:CT_TLSetBehavior (Element p:set)
Sample instance
<p:cBhvr> <p:cTn> <p:stCondLst> <p:cond>... </p:cond> </p:stCondLst> <p:endCondLst> <p:cond>... </p:cond> </p:endCondLst> <p:endSync> <p:tgtEl>... </p:tgtEl> </p:endSync> <p:iterate> <p:tmAbs val="1"/> </p:iterate> <p:childTnLst> <p:par>... </p:par> </p:childTnLst> <p:subTnLst> <p:par>... </p:par> </p:subTnLst> </p:cTn> <p:tgtEl> <p:sldTgt/> </p:tgtEl> <p:attrNameLst> <p:attrName>string</p:attrName> </p:attrNameLst> </p:cBhvr>