From a4acf33ffdfef059a572cfde46181254e5b8c038 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:27:46 +0200 Subject: [PATCH] fix css --- src/pages/repos.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/repos.css b/src/pages/repos.css index 9d7f160..5be2217 100644 --- a/src/pages/repos.css +++ b/src/pages/repos.css @@ -10,10 +10,10 @@ 100% { display: block; } } -.swap-child:nth-child(1) { - animation: five-s-hide 5s linear; +.swap-child *:nth-child(1) { + animation: five-s-hide 5s linear 0s 1 normal forwards; } -.swap-child:nth-child(2) { +.swap-child *:nth-child(2) { display: none; - animation: five-s-show 5s linear; + animation: five-s-show 5s linear 0s 1 normal forwards; } \ No newline at end of file