bg: fix rendering issues and improve speed
This commit is contained in:
parent
b08461ce82
commit
115d5ed946
3 changed files with 41 additions and 40 deletions
|
@ -448,7 +448,7 @@ footer {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
transition: all 0.225s ease;
|
||||
will-change: opacity;
|
||||
}
|
||||
|
||||
@media (min-width: 1800px) {
|
||||
|
|
|
@ -517,7 +517,8 @@ footer {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
transition: all 0.225s ease;
|
||||
//transition: all 0.225s linear;
|
||||
will-change: opacity;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -540,4 +541,4 @@ footer {
|
|||
html {
|
||||
font-size: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue