<zoom>
(Zoom Slide Transition)
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 |
---|
|
Attributes |
Description |
---|---|
|
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>