diff --git a/client/src/components/anims/slay.jsx b/client/src/components/anims/slay.jsx index c1624a62..ef862a2f 100644 --- a/client/src/components/anims/slay.jsx +++ b/client/src/components/anims/slay.jsx @@ -91,7 +91,7 @@ class Slay extends Component { }); anime.set('#slay', { - translateY: (window.screen.height) * 0.35 * this.props.direction.y, + translateY: -1 * (window.screen.height) * 0.35, translateX: 0, }); anime.set('#explosion feDisplacementMap', {