<pull> (Pull Slide Transition)

This element describes a pull slide transition effect.

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

    <p:transition>
        <p:pull/>
    </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_TransitionEightDirectionType simple type (§4.8.55).

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

<complexType name="CT_EightDirectionTransition">
	<attribute name="dir" type="ST_TransitionEightDirectionType" use="optional" default="l"/>
</complexType>