<wipe> (Wipe Slide Transition)

This element describes a wipe slide transition effect.

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

    <p:transition>
        <p:wipe/>
    </p:transition>

End example]

Parent Elements

<transition>4.4.1.46)

Attributes

Description

<dir> (Direction)

This attribute specifies the direction of the slide transition.

The possible values for this attribute are defined by the ST_TransitionSideDirectionType simple type (§4.8.57).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SideDirectionTransition">
	<attribute name="dir" type="ST_TransitionSideDirectionType" use="optional" default="l"/>
</complexType>