From 711650b08cca9b3d1f77137d2289f29735d18623 Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 18 Dec 2019 17:09:32 +1000 Subject: [PATCH] fix heal duration --- client/src/components/anims/heal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/anims/heal.jsx b/client/src/components/anims/heal.jsx index 2e0da4f9..88b61266 100644 --- a/client/src/components/anims/heal.jsx +++ b/client/src/components/anims/heal.jsx @@ -62,7 +62,7 @@ class Heal extends Component { targets: ['#heal circle'], cx: 150, cy: 200, - duration: TIMES.TARGET_DURATION_MS * 0.9, + duration: TIMES.TARGET_DURATION_MS * 0.6, easing: 'easeOutCirc', direction: 'reverse', }));