mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: remove useless config
This commit is contained in:
parent
d7f6f27392
commit
55d307009d
2 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ https://github.com/user-attachments/assets/da80c6d1-b9a5-44c4-b738-6421365e6aa5
|
|||
- window move/open animaition
|
||||
- workspace switch animaition
|
||||
- window close animaition
|
||||
- custom mov/open/close/tag animaition sppeed
|
||||
- custom mov/open/tag animaition sppeed
|
||||
- fade in animation
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ static const float zoom_initial_ratio = 0.5; // Initial window ratio for animati
|
|||
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
|
||||
static const uint32_t animation_duration_close = 200; // Animation close speed
|
||||
static const uint32_t animation_duration_tag = 300; // Animation tag speed
|
||||
// static const double animation_curve[4] = {0.05,0.9,0.1,1.05}; // Animation curve
|
||||
static const double animation_curve[4] = {0.46,1.0,0.29,0.99}; // Animation curve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue