gra.screen.3dcube
Causes a screen transition to occur by using 3D to switch the old screen into the new one using a cube animation.
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
direction
The direction to transition from:
| left |
| right |
| top |
| bottom |
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. |