mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-02 09:01:43 -05:00
fix:Remove unreasonable fadeout animations
This commit is contained in:
parent
ceb5f5dd85
commit
d7f6f27392
3 changed files with 41 additions and 37 deletions
|
|
@ -10,7 +10,6 @@ static const bool animations = true; // Enable animations
|
|||
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 fadeout_begin_opacity = 0.9; // Begin opacity for animations fadeout
|
||||
static const float fadein_begin_opacity = 0; // Begin opacity for animations fasdein
|
||||
static const uint32_t animation_duration_move = 300; // Animation move speed
|
||||
static const uint32_t animation_duration_open = 300; // Animation open speed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue