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; }