<subSp> (Subshape)

This element specifies the subshape of a legacy graphical object to animate.

[Example: Consider adding animation to a legacy diagram. The <subSp> element should be used as follows:

  <p:animEffect transition="in" filter="blinds(horizontal)">
    <p:cBhvr>
      <p:cTn id="7" dur="500"/>
      <p:tgtEl>
        <p:spTgt spid="2053">
          <p:subSp spid="_x0000_s70664"/>
        </p:spTgt>
      </p:tgtEl>
    </p:cBhvr>
  </p:animEffect>

End Example]

Parent Elements

<spTgt>4.6.72)

Attributes

Description

<spid> (Shape ID)

This attribute specifies the shape identifier.

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

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

<complexType name="CT_TLSubShapeId">
	<attribute name="spid" type="a:ST_ShapeID" use="required"/>
</complexType>