<push>
(Push Slide Transition)
This element describes a push slide transition effect.
[Example: Consider we have a slide with a push slide transition. The <push> element should be used as follows:
<p:transition> <p:push dir="r"/> </p:transition>
End example]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
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>