gra.screen.3dswitch
Causes a screen transition to occur by using 3D to switch the old screen into the new one.
Plugin:
libgre-plugin-screen-3d.so
Options:
screen
The screen to transition to
rate
Animation rate string that defines how the alpha values will change:
| linear |
| easein |
| easeout |
| easeinout |
| bounce |
fps
Number of frames per second
duration
Length of the transition in milliseconds
layers
The layers to transition, all of the layers or just the layers that are
different between source and destination:
all | Move all layers between source and destination screens |
delta | Collapse common topmost and bottom most visible layers and only move the layers in between that are different between screens. |