diff --git a/client/src/components/anims/decay.jsx b/client/src/components/anims/decay.jsx index fa4e3aee..c7898d8a 100644 --- a/client/src/components/anims/decay.jsx +++ b/client/src/components/anims/decay.jsx @@ -19,12 +19,18 @@ class Decay extends Component { version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"> + + + + + + + + + {times(15, () => ( - - - - + ))} @@ -42,7 +48,9 @@ class Decay extends Component { })); this.animations.push(anime({ - targets: ['#decay .box'], + targets: ['#decay rect'], + stroke: [COLOURS.WHITE, COLOURS.BLUE], + strokeWidth: [4, 2], transform: () => ` translate(${anime.random(-120, 120)} ${anime.random(-120, 120)}) rotate(${anime.random(-15, 15)})