[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

randomBar (Random Bar Slide Transition)

This element describes a random bar slide transition effect.

[Example: Consider we have a slide with a random bar slide transition. The <randomBar> element should be used as follows:

<p:transition>

<p:randomBar/>

</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>