mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
fix: fade up animation error
This commit is contained in:
parent
a35999629a
commit
dda2bb6caa
2 changed files with 1 additions and 11 deletions
|
@ -45,10 +45,8 @@ html[data-theme-changing] [data-disable-theme-transition] {
|
|||
}
|
||||
}
|
||||
|
||||
.animation-fade-up > * {
|
||||
opacity: 0;
|
||||
}
|
||||
.animation-fade-up > *:nth-child(-n+20) {
|
||||
opacity: 0;
|
||||
animation: fadeUp 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
|
||||
animation-delay: calc((var(--animation-order, 0) - 1) * 0.08s);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue