Actions SetPageEffect - thica/ORCA-Remote GitHub Wiki

setpageeffect

With this action, you can set, how a page is displayed. This is a global parameter, which is active for all showpage actions, until it will be defined again. For some page effects like 'slide', you can set the direction, from where he new page should be shown. This is a global parameter, which is active for all showpage actions, until it will be defined again. Please play around with the page effects to get a visual expression of the effect. Find examples in the "showcase" definition

Attribute Description
string setpageeffect
effect name of the effect, could be
  • 'no'
  • 'fade'
  • 'slide'
  • 'wipe'
  • 'swap'
  • 'fallout'
  • 'risein'
direction direction of the page effect. Valid page effects directions are:
  • 'left'
  • 'right'
  • 'up'
  • 'down'

A short example:

<action name="Set effect page" string="setpageeffect" effect="side" direction="left"/>
⚠️ **GitHub.com Fallback** ⚠️