Make avatars scale smoothly during animations
This commit is contained in:
parent
e3081c1c06
commit
0166eb67fb
3 changed files with 11 additions and 1 deletions
|
|
@ -18,6 +18,8 @@ limitations under the License.
|
|||
position: absolute;
|
||||
top: 0;
|
||||
will-change: transform, width, height, opacity, box-shadow;
|
||||
width: var(--tileWidth);
|
||||
height: var(--tileHeight);
|
||||
border-radius: 20px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue