diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index c3ba1e5e..36586216 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -289,7 +289,7 @@ li { } .logo { - height: 2em; + height: 4em; background-image: url("../../assets/mnml.logo.text.svg"); background-size: contain; background-repeat: no-repeat; diff --git a/client/src/components/noise.logo.jsx b/client/src/components/noise.logo.jsx index f1c68b68..2feb3916 100644 --- a/client/src/components/noise.logo.jsx +++ b/client/src/components/noise.logo.jsx @@ -17,7 +17,7 @@ class Logo extends Component { xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"> - + @@ -29,7 +29,7 @@ class Logo extends Component { this.animations.push(anime({ targets: ['#noiseFilter feTurbulence', '#noiseFilter feDisplacementMap'], baseFrequency: 1, - easing: 'easeInOutSine', + easing: 'linear', duration: () => anime.random(2000, 5000), loop: true, direction: 'alternate',