19.5.6 animScale
This animation element is responsible for animating the scale of an object. When animating the scale, the element shall scale around the reference point of the element and the positioning system used should be consistent with the one used for motion paths. When animating the width and height of an element, all of the width/height animation values are calculated first then the scale animations are applied on top of that. So for example, an animation from 0 to 100 of the width with a concurrent scale from 100% to 200% would result in the element appearing to scale from 0 to 200.
[Example: Consider trying to emphasize a shape by scaling it larger by 150%. The
<p:childTnLst>
<p:animScale>
<p:cBhvr>
<p:cTn id="6" dur="2000" fill="hold"/>
<p:tgtEl>
<p:spTgt spid="5"/>
</p:tgtEl>
</p:cBhvr>
<p:by x="150000" y="150000"/>
</p:animScale>
</p:childTnLst>
end example]
Attributes
zoomContents (Zoom Content)
This attribute specifies whether to zoom the contents of an object when doing a scaling animation.
The possible values for this attribute are defined by the W3C XML Schema boolean datatype.
[Note: The W3C XML Schema definition of this element’s content model (CT_TLAnimateScaleBehavior) is located in A.3. end note]