<by> (By)

This element describes the relative offset value for the animation.

[Example: Consider a shape with an animation effect that scales the size of an object by 150%. The <by> element should be used as follows:

<p:animScale>
  <p:cBhvr>
    <p:cTn id="6" dur="2000" fill="hold"/>
    <p:tgtEl>
      <p:spTgt spid="4"/>
    </p:tgtEl>
  </p:cBhvr>
  <p:by x="150000" y="150000"/>
</p:animScale>

End Example]

Parent Elements

<animMotion>4.6.4); <animScale>4.6.6)

Attributes

Description

<x> (X coordinate)

This attribute describes the X coordinate.

The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41).

<y> (Y coordinate)

This attribute describes the Y coordinate.

The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TLPoint">
	<attribute name="x" type="a:ST_Percentage" use="required"/>
	<attribute name="y" type="a:ST_Percentage" use="required"/>
</complexType>