added support for fading in and fading out global animations
authorHolger Schemel <info@artsoft.org>
Sun, 19 Nov 2023 13:23:27 +0000 (14:23 +0100)
committerHolger Schemel <info@artsoft.org>
Sun, 19 Nov 2023 13:43:57 +0000 (14:43 +0100)
To fade global animations in or out, use the attribute ".fade_mode"
with value "fade_in" or "fade_out" and the attribute ".fade_delay"
with the number of video frames to use for fading in or out. (Note
that this attribute expects frames when used with global animations,
while it expects milliseconds when used with screens and menus.)


No differences found