<checker> (Checker Slide Transition)

This element describes the Checker slide transition effect.

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

    <p:transition>
        <p:checker dir="vert"/>
    </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>