[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

blinds (Blinds Slide Transition)

This element describes the a "Blinds" slide transition effect.

[Example: Consider we have a slide with a "blind" style transition. The <blinds> element should be used as follows:

<p:transition>

<p:blinds/>

</p:transition>

End example]

 

Parent Elements

transition4.4.1.46)

 

Attributes

Description

dir (Transition Direction)

This attribute specifies a horizontal or vertical 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_OrientationTransition">

   <attribute name="dir" type="ST_Direction" use="optional" default="horz"/>

</complexType>