mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-02 09:01:43 -05:00
feat: support fadeout animation
This commit is contained in:
parent
88b78a6679
commit
9df9ada7d9
5 changed files with 229 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue