aboutsummaryrefslogtreecommitdiff
path: root/src/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connect.c')
-rw-r--r--src/connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connect.c b/src/connect.c
index 3788db1..4b04ac4 100644
--- a/src/connect.c
+++ b/src/connect.c
@@ -113,8 +113,8 @@ static bool button_action_find(State *state, GList *layouts, int x, int y)
}
// NOTE: Animations may change the layouts!
- Animation *anim = animation_shine_create(300 * G_TIME_SPAN_MILLISECOND);
- //Animation *anim = animation_pulse_create(200 * G_TIME_SPAN_MILLISECOND);
+ Animation *anim = animation_shine_create(MILLIS(250));
+ //Animation *anim = animation_pulse_create(MILLIS(200));
if (button_set_animation(btn, anim))
state_request_animation(state);