2.2.5.12 ST_HideAfterAnimType

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared

A simple type that specifies if and when an animated shape is hidden after the animation effect ends. This simple type’s content are a restriction of the xs:string ([XMLSCHEMA2] section 3.2.1) data type.

 <xs:simpleType name="ST_HideAfterAnimType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="non"/>
     <xs:enumeration value="imm"/>
     <xs:enumeration value="clk"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the ST_HideAfterAnimType simple type.

Value

Meaning

non

Do not hide the object after the animation effect ends.

imm

Hide the object immediately after the animation effect ends.

clk

Hide the object on the click following the animation effect.