mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Update animation
This is due to firefox having a weird bug, where when loading a page it lags the playing animation.
This commit is contained in:
parent
3ddfb0499b
commit
78d0269103
1 changed files with 4 additions and 5 deletions
|
@ -443,16 +443,15 @@ input:checked {
|
|||
}
|
||||
|
||||
.notification {
|
||||
position: absolute;
|
||||
top: -100px;
|
||||
animation: notification 0.5s forwards ease-in-out;
|
||||
position: relative;
|
||||
opacity: 0;
|
||||
animation: notification 0.5s forwards ease-in;
|
||||
animation-delay: 0.1s;
|
||||
}
|
||||
|
||||
@keyframes notification {
|
||||
100% {
|
||||
position: relative;
|
||||
top: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue