This commit is contained in:
Cloudburst 2022-10-03 10:27:46 +02:00 committed by GitHub
parent d7c8baadf5
commit a4acf33ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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