mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
增加fadtout配置
This commit is contained in:
parent
6af0449b75
commit
e9fdd59ded
5 changed files with 13 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue