<comb> (Comb Slide Transition)

This element describes a comb slide transition effect.

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

    <p:transition>
        <p:comb/>
    </p:transition>

End example]

Parent Elements

<transition>4.4.1.46)

Attributes

Description

<dir> (Transition Direction)

This attribute specifies a horizontal or vertical transition.

The possible values for this attribute are defined by the ST_Direction simple type (§4.8.5).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_OrientationTransition">
	<attribute name="dir" type="ST_Direction" use="optional" default="horz"/>
</complexType>