feat: layershell open animaiton support

This commit is contained in:
DreamMaoMao 2025-06-27 10:48:06 +08:00
parent 90ff65c9f4
commit 00dab4cdb0
2 changed files with 257 additions and 6 deletions

View file

@ -21,6 +21,7 @@ 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
uint32_t animation_duration_layer = 300; // Animation layer speed
double animation_curve_move[4] = {0.46, 1.0, 0.29, 0.99}; // 动画曲线
double animation_curve_open[4] = {0.46, 1.0, 0.29, 0.99}; // 动画曲线
double animation_curve_tag[4] = {0.46, 1.0, 0.29, 0.99}; // 动画曲线