[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
strips (Strips Slide Transition)
This element describes a strips slide transition effect.
[Example: Consider we have a slide with a strips slide transition. The <strips> element should be used as follows:
<p:transition>
<p:strips/>
</p:transition>
End example]
Parent Elements |
transition (§4.4.1.46) |
Attributes |
Description |
dir (Direction) |
This attribute specifies if the direction of the transition.
The possible values for this attribute are defined by the ST_TransitionCornerDirectionType simple type (§4.8.54). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CornerDirectionTransition">
<attribute name="dir" type="ST_TransitionCornerDirectionType" use="optional" default="lu"/>
</complexType>