animations env
This commit is contained in:
@@ -64,11 +64,11 @@ class SiphonTick extends Component {
|
||||
componentDidMount() {
|
||||
if (!this.props.team) {
|
||||
anime.set('.skill-anim', {
|
||||
rotate: Math.random() * 180 + 90,
|
||||
rotate: 90
|
||||
});
|
||||
} else {
|
||||
anime.set('.skill-anim', {
|
||||
rotate: Math.random() * 180 + 270,
|
||||
rotate: 270
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user