From a1bfc91361e4ff4bd16e639ea0f04613e1e2b3ba Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Wed, 29 Sep 2021 11:26:28 +0200 Subject: [PATCH] Add information regarding WindowTransitions (#422) Co-authored-by: xezon --- Documents/wnd/WndReference.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documents/wnd/WndReference.md b/Documents/wnd/WndReference.md index e9a927f57..ca38df911 100644 --- a/Documents/wnd/WndReference.md +++ b/Documents/wnd/WndReference.md @@ -26,6 +26,21 @@ Window elements with `WINDOWTYPE = SCROLLLISTBOX` cannot render large text rows Avoid using long texts and/or large fonts. Standard HeaderTemplate.ini configuration displayed at 1920x1080 Resolution is almost as high as it can go without breaking. +Window transitions styles can be added to `Data\INI\WindowTransitions.ini` file. Styles are +| Keyword | Description | +|-----------------------|-----------------------------------------------------| +| FLASH | Fine White Flash | +| BUTTONFLASH | Bright FLASH, emits fade sound | +| FULLFADE | Black Fade | +| TEXTONFRAME | used on static text with delay | +| COUNTUP | used in static numbers with delay | +| SCORESCALEUP | Used in Images on Scorescreen, emits ticks sounds | +| CONTROLBARARROW | Doesnt work with screens | +| SCREENFADE | Used by all screen | +| WINSCALEUP | Same as SCORESCALEUP but emits Shwoosh sound | +| MAINMENUMEDIUMSCALEUP | | +| REVERSESOUND | used in borders, acts like FULLFADE | + ## Window element attributes