mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: change default animaiton speed
This commit is contained in:
parent
da62e7d93f
commit
efbde5ac71
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ static const char *animation_type = "slide"; //slide or zoom
|
|||
static const char animation_fade_in = 0; // Enable animation fade in
|
||||
static const float zoom_initial_ratio = 0.5; // Initial window ratio for animations
|
||||
static const float fadein_begin_opacity = 0; // Begin opacity for animations fasdein
|
||||
static const uint32_t animation_duration_move = 300; // Animation move speed
|
||||
static const uint32_t animation_duration_open = 300; // Animation open speed
|
||||
static const uint32_t animation_duration_move = 400; // Animation move speed
|
||||
static const uint32_t animation_duration_open = 400; // Animation open speed
|
||||
static const uint32_t animation_duration_tag = 300; // Animation tag speed
|
||||
// static const double animation_curve[4] = {0.05,0.9,0.1,1.05}; // Animation curve
|
||||
static const double animation_curve[4] = {0.46,1.0,0.29,0.99}; // Animation curve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue