[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

cover (Cover Slide Transition)

This element describes a cover slide transition effect.

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

<p:transition>

<p:cover/>

</p:transition>

End example]

Parent Elements

transition4.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>