skill text in targetting area during resos

This commit is contained in:
Mashy
2019-06-12 23:51:52 +10:00
parent ee40f82f24
commit 23083dc0f5
3 changed files with 13 additions and 2 deletions
+2
View File
@@ -36,6 +36,7 @@ class Attack extends Component {
|| (this.props.team && this.props.stage === 'END_SKILL')) {
anime.set('.attack-anim', {
translateY: -250,
rotateX: 180,
});
value = '+=250px';
}
@@ -43,6 +44,7 @@ class Attack extends Component {
|| (this.props.team && this.props.stage === 'START_SKILL')) {
anime.set('.attack-anim', {
translateY: 0,
rotateX: 0,
});
value = '-=250px';
}