]> git.ipfire.org Git - ipfire.org.git/commitdiff
Drop unused animation
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Oct 2018 16:02:45 +0000 (17:02 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Oct 2018 16:02:45 +0000 (17:02 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index 02582dced90d2f84e5005f4577009d4e4e961a03..3ceb196072a1c5b7d12b3244d0cc7ba0387adf70 100644 (file)
@@ -244,9 +244,3 @@ section {
                width: 100%;
        }
 }
-
-// Animation
-@keyframes scroll {
-  0%, 100%   { transform: translateY(30%); }
-  50% { transform: translateY(50%); }
-}