From 44a9ccb0ca18314016ef10b4b1b1c7c958d9eabc Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 17 Mar 2024 15:20:03 +0100 Subject: Add group grow animation --- src/animate.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/animate.h') diff --git a/src/animate.h b/src/animate.h index 2323017..79b6174 100644 --- a/src/animate.h +++ b/src/animate.h @@ -18,7 +18,7 @@ struct Animation { ANIM_SHINE, ANIM_PULSE, ANIM_GROUP_SHRINK, - //ANIM_GROUP_GROW, + ANIM_GROUP_GROW, } type; gint64 start; gint64 duration; @@ -42,6 +42,8 @@ Animation *animation_pulse_create(gint64 duration); Animation *animation_group_shrink_create(gint64 duration); +Animation *animation_group_grow_create(gint64 duration); + void animation_destroy(Animation *anim); #endif -- cgit v1.2.3