Naive tile position animations

This commit is contained in:
Robert Long
2021-08-13 12:27:00 -07:00
parent b9ae002c5f
commit 6e7cc62c14
2 changed files with 214 additions and 105 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
.participantTile {
position: absolute;
will-change: transform, width, height, opacity;
will-change: transform, width, height, opacity, box-shadow;
border-radius: 24px;
overflow: hidden;
}