diff --git a/client/src/components/anims/silence.jsx b/client/src/components/anims/silence.jsx index 2d50901c..11f21b99 100644 --- a/client/src/components/anims/silence.jsx +++ b/client/src/components/anims/silence.jsx @@ -14,24 +14,23 @@ class Silence extends Component { render() { return ( - - - - - - - - - + + + + + + + - - + + + + ); @@ -49,6 +48,7 @@ class Silence extends Component { this.animations.push(anime({ targets: ['#silence'], + rotate: [90, 90], scale: { value: 1, delay: TIMES.TARGET_DELAY_MS, @@ -61,18 +61,21 @@ class Silence extends Component { easing: 'easeOutSine', })); - this.animations.push(anime({ - targets: ['#sOne'], + targets: ['.rOne'], + d: 'M 124 8 L 8 124', + delay: TIMES.TARGET_DELAY_MS + TIMES.TARGET_DURATION_MS * 0.4, duration: TIMES.TARGET_DURATION_MS * 0.4, easing: 'easeOutSine', })); this.animations.push(anime({ - targets: ['#sTwo'], + targets: ['.rTwo'], + d: 'M 124 124 L 8 8', + delay: TIMES.TARGET_DELAY_MS + TIMES.TARGET_DURATION_MS * 0.4, duration: TIMES.TARGET_DURATION_MS * 0.4, easing: 'easeOutSine',