Skip to content
David Russell edited this page Sep 6, 2016 · 2 revisions

The Transition Setting gives you the ability to specify the slide transition effect for your slideshow presentation.

GitPitch supports seven distinct transition effects between slides. The supported transitions are named convex, concave, default, fade, none, slide and zoom respectively.

By default, GitPitch slideshows use the slide transition effect.

Using the Transition Setting you can specify the use of a specific transition effect for your slideshow using the transition property in the corresponding PITCHME.yaml.

For example, to assign the fade transition effect as the Transition Setting for your slideshow presentation, just add the following entry to your PITCHME.yaml file:

transition : fade

As soon as the PITCHME.yaml is pushed to your Git repo your slideshow will begin using the fade transition effect.

Clone this wiki locally