From 55d307009d4cbc49955f32504b91b084a8d8517d Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Fri, 7 Feb 2025 10:56:40 +0800 Subject: [PATCH] opt: remove useless config --- README.md | 2 +- config.def.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5ef36..48ba34b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.def.h b/config.def.h index 18ff7f6..510c462 100644 --- a/config.def.h +++ b/config.def.h @@ -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