Menus / UI
Animation System
Configure open and page animations in menu YAML
Animation System
Animations are optional and controlled by the animation section.
animation:
open: CASCADE
page: SLIDE_LEFT
speed: 1Keys
open: Animation when the menu openspage: Animation used on page transitionsspeed: Animation speed modifier
Available animation values
NONESLIDE_LEFT,SLIDE_TOPCASCADE,CENTER_OUT,RANDOMSPIRAL,SPIRAL_OUTCHECKERBOARD,WAVE_HORIZONTAL,WAVE_VERTICALCORNERS,SNAKE,ROWS_ALTERNATE,COLUMNS_ALTERNATEEXPLOSION,TYPEWRITER
Practical presets
Clean and subtle
animation:
open: CENTER_OUT
page: NONE
speed: 1Fast browser style
animation:
open: SLIDE_TOP
page: SLIDE_LEFT
speed: 1Showcase style
animation:
open: CASCADE
page: SPIRAL
speed: 1