diff --git a/client/src/components/anims/curse.jsx b/client/src/components/anims/curse.jsx index 376658b9..ec043bdd 100644 --- a/client/src/components/anims/curse.jsx +++ b/client/src/components/anims/curse.jsx @@ -59,7 +59,7 @@ class Curse extends Component { targets: ['#curse circle'], r: 0, easing: 'easeInOutSine', - delay: TIMES.TARGET_DURATION_MS, + delay: TIMES.TARGET_DURATION_MS / 2, duration: TIMES.TARGET_DURATION_MS, direction: 'reverse', }));