events code from anims

This commit is contained in:
ntr
2019-07-05 18:27:16 +10:00
parent bd104b65b2
commit 2fcbd24495
2 changed files with 13 additions and 8 deletions
+2 -2
View File
@@ -34,14 +34,14 @@ class Purify extends Component {
this.charges = points.map(coord => projectile(coord[0], coord[1], 12, COLOURS.GREEN));
}
render({ team }) {
render() {
return (
<svg
class='skill-animation green'
version="1.1"
id="purify"
xmlns="http://www.w3.org/2000/svg"
style={{ transform: team ? 'rotate3d(1, 0, 0, 180deg)' : '' }}
style={{ transform: 'rotate3d(1, 0, 0, 180deg)' }}
viewBox="0 0 256 256">
<filter id='purifyFilter'>
<feGaussianBlur stdDeviation="3"/>