[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
wheel (Wheel Slide Transition)
This element describes a wheel slide transition effect.
[Example: Consider we have a slide with a wheel slide transition. The <wheel> element should be used as follows:
<p:transition>
<p:wheel/>
</p:transition>
End example]
Parent Elements |
transition (§4.4.1.46) |
Attributes |
Description |
spokes (Spokes) |
This attributes specifies the number of spokes ("pie pieces") in the wheel
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_WheelTransition">
<attribute name="spokes" type="xsd:unsignedInt" use="optional" default="4"/>
</complexType>