From 4824bf4ad74caddf36e69c2b25b2ea762b78a0da Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 26 Jul 2017 11:34:19 +0200 Subject: [PATCH] Go back to Ruby 2.3. No main logo animation. --- .ruby-version | 2 +- app/assets/stylesheets/customisations.scss | 34 +++++++++++----------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.ruby-version b/.ruby-version index 005119b..2bf1c1c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.1 +2.3.1 diff --git a/app/assets/stylesheets/customisations.scss b/app/assets/stylesheets/customisations.scss index 82f1f3d..12e4ac4 100644 --- a/app/assets/stylesheets/customisations.scss +++ b/app/assets/stylesheets/customisations.scss @@ -79,23 +79,23 @@ body // Animate the huge logo on the home page -#biglogo img { - animation-name: logoappear; - animation-duration: 1s; - animation-iteration-count: 1; - animation-timing-function: ease-out; - animation-direction: alternate; -} -@keyframes logoappear { - 0% { - opacity: 0.0; - transform: scale(0.7,0.7) rotate(20deg); - } - 100% { - opacity: 1; - transform: scale(1,1) rotate(0deg); - } -} +// #biglogo img { +// animation-name: logoappear; +// animation-duration: 1s; +// animation-iteration-count: 1; +// animation-timing-function: ease-out; +// animation-direction: alternate; +// } +// @keyframes logoappear { +// 0% { +// opacity: 0.0; +// transform: scale(0.7,0.7) rotate(20deg); +// } +// 100% { +// opacity: 1; +// transform: scale(1,1) rotate(0deg); +// } +// } // ----------------------------------