[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element describes a cut slide transition effect.
[Example: Consider we have a slide with a cut slide transition animated vertically. The <cut>element should be used as follows:
<p:transition>
<p:cut/>
</p:transition>
End example]
Parent Elements |
transition (§4.4.1.46) |
Attributes |
Description |
thruBlk (Transition Through Black) |
This attribute specifies if the transition will start from a black screen (and then transition the new slide over black).
The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OptionalBlackTransition">
<attribute name="thruBlk" type="xsd:boolean" use="optional" default="false"/>
</complexType>