Replace premature animation optimization with a potentially wiser one
This commit is contained in:
parent
0166eb67fb
commit
82c7293308
2 changed files with 4 additions and 1 deletions
|
|
@ -16,8 +16,8 @@ limitations under the License.
|
|||
|
||||
.videoTile {
|
||||
position: absolute;
|
||||
contain: strict;
|
||||
top: 0;
|
||||
will-change: transform, width, height, opacity, box-shadow;
|
||||
width: var(--tileWidth);
|
||||
height: var(--tileHeight);
|
||||
border-radius: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue