mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-19 06:59:56 -05:00
feat: layer zoom and fade animation support
This commit is contained in:
parent
09d33d4412
commit
3e615fc762
5 changed files with 127 additions and 10 deletions
|
|
@ -17,7 +17,8 @@ int layer_animations = 0; // 是否启用layer动画
|
|||
int tag_animation_direction = HORIZONTAL; // 标签动画方向
|
||||
int animation_fade_in = 1; // Enable animation fade in
|
||||
int animation_fade_out = 1; // Enable animation fade out
|
||||
float zoom_initial_ratio = 0.5; // 动画起始窗口比例
|
||||
float zoom_initial_ratio = 0.3; // 动画起始窗口比例
|
||||
float zoom_end_ratio = 0.8; // 动画结束窗口比例
|
||||
float fadein_begin_opacity = 0.5; // Begin opac window ratio for animations
|
||||
float fadeout_begin_opacity = 0.5; // Begin opac window ratio for animations
|
||||
uint32_t animation_duration_move = 500; // Animation move speed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue