From 85958d3f8f02d08e229bf2968b5ec49f74deaba7 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:28:16 +1000 Subject: [PATCH] anim --- public/css/2018.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/public/css/2018.css b/public/css/2018.css index 3455a79..3e4c9e8 100644 --- a/public/css/2018.css +++ b/public/css/2018.css @@ -1,3 +1,15 @@ +@keyframes in { + from { + top: 0px; + animation-timing-function: linear; + } + + to { + background-position-x: 40px; + animation-timing-function: linear; + } + } + html { background: none; } @@ -50,6 +62,9 @@ body { #alert, #success { top: 40px; + animation: in; + animation-duration: 50ms; + animation-iteration-count: 1; } #alert {