From abacdaccb6a1ef55bd85b66e10caaa217458400b Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 17 Mar 2024 14:55:36 +0100 Subject: Add group shrink animation --- src/animate.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/animate.h') diff --git a/src/animate.h b/src/animate.h index b296723..d153cda 100644 --- a/src/animate.h +++ b/src/animate.h @@ -15,6 +15,8 @@ struct Animation { enum { ANIM_SHINE, ANIM_PULSE, + ANIM_GROUP_SHRINK, + //ANIM_GROUP_GROW, } type; gint64 start; gint64 duration; @@ -36,6 +38,8 @@ Animation *animation_shine_create(gint64 duration); Animation *animation_pulse_create(gint64 duration); +Animation *animation_group_shrink_create(gint64 duration); + void animation_destroy(Animation *anim); #endif -- cgit v1.2.3