Removed will-change statements because buggy in Chrome.

This commit is contained in:
flash 2023-01-26 08:49:19 +00:00
parent 58edc5c5dc
commit 9dae77628d

View file

@ -48,7 +48,6 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
display: inline-block; display: inline-block;
will-change: transform, filter;
transition: transform .2s, filter .2s; transition: transform .2s, filter .2s;
} }
.embedph-fg { .embedph-fg {
@ -64,7 +63,6 @@
height: 100%; height: 100%;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
will-change: opacity;
transition: opacity .2s; transition: opacity .2s;
} }
.embedph-info-wrap { .embedph-info-wrap {
@ -122,7 +120,6 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
opacity: 0; opacity: 0;
will-change: opacity;
transition: opacity .2s; transition: opacity .2s;
} }
.embedph-play-internal { .embedph-play-internal {
@ -139,7 +136,6 @@
border-radius: 5px; border-radius: 5px;
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
will-change: background-color;
transition: background-color .2s, transform .2s; transition: background-color .2s, transform .2s;
} }
.embedph-play-external:hover, .embedph-play-external:hover,