From 91bd919e3da8357108cba573b566fe74f8591202 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:37:24 +1000 Subject: [PATCH] Update 2018.css --- public/css/2018.css | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/public/css/2018.css b/public/css/2018.css index f28fb39..cdb3e36 100644 --- a/public/css/2018.css +++ b/public/css/2018.css @@ -4,21 +4,11 @@ animation-timing-function: linear; } - 10% { + 100% { background-position-x: 40px; animation-timing-function: linear; } - - 90% { - background-position-x: 40px; - animation-timing-function: linear; - } - - 100% { - top: 0px; - animation-timing-function: linear; - } - } +} html { background: none; @@ -73,7 +63,7 @@ body { #alert, #success { top: 40px; animation: alertanim; - animation-duration: 2s; + animation-duration: 250ms; animation-iteration-count: 1; }