[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element describes a zoom slide transition effect.
[Example: Consider we have a slide with a zoom slide transition. The <zoom> element should be used as follows:
<p:transition>
<p:zoom/>
</p:transition>
End example]
Parent Elements |
transition (§4.4.1.46) |
Attributes |
Description |
dir (Direction) |
This attribute specifies the direction of an "in/out" slide transition.
The possible values for this attribute are defined by the ST_TransitionInOutDirectionType simple type (§4.8.56). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_InOutTransition">
<attribute name="dir" type="ST_TransitionInOutDirectionType" use="optional" default="out"/>
</complexType>