<fade> (Fade Slide Transition)

This element describes a fade slide transition effect.

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

    <p:transition>
        <p:fade/>
    </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>