From 09140a82b94eedae4b06f584297d3e94ac542e55 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Sat, 10 Oct 2009 19:55:57 +0200 Subject: [PATCH] Increase granularity of 'shrink/zoom' animation Now it is a bit easier to actually enjoy the animation :-) --- src/wconfig.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wconfig.h.in b/src/wconfig.h.in index 4fa63893..dffa0923 100644 --- a/src/wconfig.h.in +++ b/src/wconfig.h.in @@ -237,8 +237,8 @@ */ #define MAX_ANIMATION_TIME 1 /* Zoom animation */ -#define MINIATURIZE_ANIMATION_FRAMES_Z 5 -#define MINIATURIZE_ANIMATION_STEPS_Z 12 +#define MINIATURIZE_ANIMATION_FRAMES_Z 7 +#define MINIATURIZE_ANIMATION_STEPS_Z 16 #define MINIATURIZE_ANIMATION_DELAY_Z 10000 /* Twist animation */ #define MINIATURIZE_ANIMATION_FRAMES_T 12