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