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)
commit9d401c32427061d43bfc14d72fe4a9df90490b7d
treedbdd673984450e4e06d1aa96155c9b0f313f4c04
parenta9e8a4cac51cb2856f339d84bab5e07e8be75037
added support for fading in and fading out global animations

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.)
src/anim.c
src/files.c