mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
fix css
This commit is contained in:
parent
d7c8baadf5
commit
a4acf33ffd
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue