<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 |
---|
|
Attributes |
Description |
---|---|
|
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>