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', }));