2.3.3.10 CT_LeftRightDirectionTransition

Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main

Referenced by: switch, flip, ferris, gallery, conveyor

A complex type that specifies a transition restricted to left and right directions.

Attributes:

dir: An ST_TransitionLeftRightDirectionType attribute (section 2.3.4.3) that specifies the direction presentation slides move during the transition.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_LeftRightDirectionTransition">
   <xsd:attribute name="dir" type="ST_TransitionLeftRightDirectionType"/>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).