From e8ed402ac317dd544aea3826db08629fb42bb7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 21:16:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecss/skeleton-auto.css=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/skeleton-auto.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index 5b8ecc8..f789f67 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -272,3 +272,5 @@ hr { -webkit-transform: scale(1.05); transform: scale(1.05); } + +.animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}