2.2.4.56 CT_Transition

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

A complex type that specifies a slide transition.

 <xs:complexType name="CT_Transition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="dir" type="xs:unsignedByte"/>
     <xs:element name="dur" type="xs:int"/>
     <xs:element name="media" nillable="true" type="tns:CT_Media"/>
     <xs:element name="stopSound" type="xs:boolean"/>
     <xs:element name="type" type="xs:unsignedByte"/>
   </xs:sequence>
 </xs:complexType>

dir:  An xs:unsignedByte ([XMLSCHEMA2] section 3.3.24) element that specifies whether a cut transition is used if the value of the type element is 0x00, or the direction of the transition if the value of the type element is 0x14. If the value of the type element is not 0x00 or 0x14, this element MUST be ignored.

dur: An xs:int ([XMLSCHEMA2] section 3.3.17) element that specifies the duration of the transition in milliseconds.

media: A CT_Media (section 2.2.4.65) that specifies the media for the transition.<22>

stopSound: An xs:boolean ([XMLSCHEMA2] section 3.2.2) element that specifies whether the transition stops the currently playing media.<23>

type: An xs:unsignedByte element that specifies the type of the transition.

Value

Meaning

0x00

The transition is a cut transition. A cut transition immediately changes to the next slide with no visual effect between slides. If the dir element equals the value 0x01, the cut transition first transitions to a black slide before transitioning to the next presentation slide. If the dir element does not equal the value 0x01, the cut transition transitions directly to the next presentation slide.

0x06

The transition is a fade-through-black transition which fades to a black slide before fading to the next presentation slide.

0x14

The transition is a push transition. If the dir element equals 0x0, the transition pushes from the right edge of the slide. If the dir element equals 0x01, the transition pushes from the bottom edge of the slide. If the dir element equals 0x2, the transition pushes from the left edge of the slide. If the dir element equals 0x3, the transition pushes from the top edge of the slide.

All Other Values

The transition is a fade to the next presentation slide.