feat: support fadeout animation

This commit is contained in:
DreamMaoMao 2025-02-24 18:19:42 +08:00
parent 88b78a6679
commit 9df9ada7d9
5 changed files with 229 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 */