feat: support set begin opacity of fadeout

This commit is contained in:
DreamMaoMao
2025-02-24 18:31:22 +08:00
parent 9df9ada7d9
commit fda94aefa7
4 changed files with 10 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ char *animation_type = "slide"; // 是否启用动画 //slide,zoom
int animations = 1; // 是否启用动画
char animation_fade_in = 1; // Enable animation fade in
float zoom_initial_ratio = 0.5; // 动画起始窗口比例
float fadein_begin_opacity = 0; // Begin opac window ratio for animations
float fadein_begin_opacity = 0.5; // Begin opac window ratio for animations
float fadeout_begin_opacity = 0.5; // Begin opac window ratio for animations
uint32_t animation_duration_move = 500; // Animation move speed
uint32_t animation_duration_open = 400; // Animation open speed
uint32_t animation_duration_tag = 300; // Animation tag speed