.. _TransitionType: ================================================ TransitionType ================================================ Description ----------- PDF presentation transition types. Static Properties ^^^^^^^^^^^^^^^^^ +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`BLINDSHORIZONTAL` readonly | Images transition in horizontal stripes like Venetian blinds. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`BLINDSVERTICAL` readonly | Images transition in vertical stripes. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`BOXIN` readonly | Images transition using a shrinking box shape. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`BOXOUT` readonly | Images transition using an expanding box shape. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`DISSOLVE` readonly | One image dissolves into the next. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`GLITTERDOWN` readonly | Images dissolve top to bottom. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`GLITTERRIGHT` readonly | Images dissolve left to right. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`GLITTERRIGHTDOWN` readonly | Images dissolve top-left to bottom-right. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`NONE` readonly | Images change with no visible transition. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`RANDOM` readonly | Images transition using random effects. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`SPLITHORIZONTALIN` readonly | The new images roll in from the top and bottom of the screen. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`SPLITHORIZONTALOUT` readonly | The new image spreads from the middle of the screen to the top and bottom of the screen. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`SPLITVERTICALIN` readonly | The new image rolls in from the left and right edges of the screen. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`SPLITVERTICALOUT` readonly | The new image rolls out from the middle of the screen to the left and right edges of the screen. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`WIPEDOWN` readonly | The new image rolls in from the top of the screen. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`WIPELEFT` readonly | The new image rolls in from the right side of the screen. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`WIPERIGHT` readonly | The new image rolls in from the left side of the screen. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`WIPEUP` readonly | The new image rolls in from the bottom of the screen. | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 TransitionType/BLINDSHORIZONTAL.rst TransitionType/BLINDSVERTICAL.rst TransitionType/DISSOLVE.rst TransitionType/BOXIN.rst TransitionType/BOXOUT.rst TransitionType/GLITTERDOWN.rst TransitionType/GLITTERRIGHT.rst TransitionType/GLITTERRIGHTDOWN.rst TransitionType/NONE.rst TransitionType/RANDOM.rst TransitionType/SPLITHORIZONTALIN.rst TransitionType/SPLITHORIZONTALOUT.rst TransitionType/SPLITVERTICALIN.rst TransitionType/SPLITVERTICALOUT.rst TransitionType/WIPEDOWN.rst TransitionType/WIPELEFT.rst TransitionType/WIPERIGHT.rst TransitionType/WIPEUP.rst