<cut>
(Cut Slide Transition)
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 |
---|
|
Attributes |
Description |
---|---|
|
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>