fadeout动画支持

sf
This commit is contained in:
DreamMaoMao 2025-02-24 15:58:17 +08:00
parent e2f205c333
commit f7c94d8f14
3 changed files with 214 additions and 2 deletions

View file

@ -13,6 +13,7 @@ float fadein_begin_opacity = 0; // Begin opac window ratio for animations
uint32_t animation_duration_move = 500; // Animation move speed
uint32_t animation_duration_open = 400; // Animation open speed
uint32_t animation_duration_tag = 300; // Animation tag speed
uint32_t animation_duration_close = 300; // Animation close speed
double animation_curve[4] = {0.46, 1.0, 0.29, 0.99}; // 动画曲线
/* appearance */