aboutsummaryrefslogtreecommitdiff
path: root/src/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connect.c')
-rw-r--r--src/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connect.c b/src/connect.c
index 274421b..97deca5 100644
--- a/src/connect.c
+++ b/src/connect.c
@@ -102,7 +102,7 @@ static void button_action(State *state, const char *event, int x, int y)
if (action != NULL) {
// NOTE: Animations may change layout!
//Animation *anim = animation_shine_create(300 * G_TIME_SPAN_MILLISECOND);
- Animation *anim = animation_pulse_create(300 * G_TIME_SPAN_MILLISECOND);
+ Animation *anim = animation_pulse_create(200 * G_TIME_SPAN_MILLISECOND);
if (button_set_animation(btn, anim))
state_request_animation(state);