增加fadtout配置

This commit is contained in:
DreamMaoMao 2025-02-24 19:26:35 +08:00
parent 6af0449b75
commit e9fdd59ded
5 changed files with 13 additions and 18 deletions

View file

@ -11,6 +11,7 @@ static const char *animation_type = "slide"; //slide or zoom
static const char animation_fade_in = 0; // Enable animation fade in
static const float zoom_initial_ratio = 0.5; // Initial window ratio for animations
static const float fadein_begin_opacity = 0; // Begin opacity for animations fasdein
static const float fadeout_begin_opacity = 0; // Begin opacity for animations fasdein
static const uint32_t animation_duration_move = 500; // Animation move speed
static const uint32_t animation_duration_open = 400; // Animation open speed
static const uint32_t animation_duration_tag = 400; // Animation tag speed