Removed will-change statements because buggy in Chrome.
This commit is contained in:
parent
58edc5c5dc
commit
9dae77628d
1 changed files with 0 additions and 4 deletions
|
@ -48,7 +48,6 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
will-change: transform, filter;
|
||||
transition: transform .2s, filter .2s;
|
||||
}
|
||||
.embedph-fg {
|
||||
|
@ -64,7 +63,6 @@
|
|||
height: 100%;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
will-change: opacity;
|
||||
transition: opacity .2s;
|
||||
}
|
||||
.embedph-info-wrap {
|
||||
|
@ -122,7 +120,6 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
opacity: 0;
|
||||
will-change: opacity;
|
||||
transition: opacity .2s;
|
||||
}
|
||||
.embedph-play-internal {
|
||||
|
@ -139,7 +136,6 @@
|
|||
border-radius: 5px;
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
will-change: background-color;
|
||||
transition: background-color .2s, transform .2s;
|
||||
}
|
||||
.embedph-play-external:hover,
|
||||
|
|
Loading…
Reference in a new issue