diff --git a/client/src/components/anims/hex.jsx b/client/src/components/anims/hex.jsx index 00ce204c..d2b44913 100644 --- a/client/src/components/anims/hex.jsx +++ b/client/src/components/anims/hex.jsx @@ -41,7 +41,7 @@ class Hex extends Component { targets: ['.hex-anim polygon'], points: '64 124.94732621931382 8.574 96.00354944613788 8.62269130211947 32.03166105954991 64 4 119.37730869788052 32.03166105954991 119.426 96.00354944613788', direction: 'alternate', - easing: 'easeInOutExpo', + easing: 'easeOutExpo', duration: TIMES.START_SKILL, }); @@ -50,7 +50,7 @@ class Hex extends Component { baseFrequency: 0, scale: 1, direction: 'alternate', - easing: 'easeInOutExpo', + easing: 'easeOutSine', duration: TIMES.START_SKILL, }); }