Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information regarding WindowTransitions #422

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Documents/wnd/WndReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down