aboutsummaryrefslogtreecommitdiff
path: root/src/connect.c
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-03-16 00:38:25 +0100
committerFederico Angelilli <code@fedang.net>2024-03-16 00:38:25 +0100
commit58476d9c85a427141fdee2d3d74c162ff40aecca (patch)
tree4baf741adc55859f4a624e038027020505c6131d /src/connect.c
parent121415c252310fe449ab24640f9312a7971305fb (diff)
Tweak shine animation
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 8e2578c..ed5a23b 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(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);