Slide Transitions

Slide transitions are the animation effects that displayed in between slides. They are specified in the <transition> element in the slide XML file. For example, consider a slide with a "push" slide transition as shown below:

The <push> element should be used as follows:

<p:transition>
  <p:push dir="r"/>
</p:transition>