skill text in targetting area during resos
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user