[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
split (Split Slide Transition)
This element describes a split slide transition effect.
[Example: Consider we have a slide with a split slide transition. The <split> element should be used as follows:
<p:transition>
<p:split dir="in"/>
</p:transition>
End example]
Parent Elements |
transition (§4.4.1.46) |
Attributes |
Description |
dir (Direction) |
This attribute specifies the direction of a "split" slide transition.
The possible values for this attribute are defined by the ST_TransitionInOutDirectionType simple type (§4.8.56). |
orient (Orientation) |
This attribute specifies the orientation of a "split" slide transition.
The possible values for this attribute are defined by the ST_Direction simple type (§4.8.5). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SplitTransition">
<attribute name="orient" type="ST_Direction" use="optional" default="horz"/>
<attribute name="dir" type="ST_TransitionInOutDirectionType" use="optional" default="out"/>
</complexType>