fix slay bug
This commit is contained in:
parent
e8e63e0943
commit
075880d5a7
@ -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', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user