removed translate3d property on sweetener artwork
This commit is contained in:
parent
47768596d9
commit
4f22d0277e
2 changed files with 41 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
|
||||
&:hover {
|
||||
.artwork-container {
|
||||
transform : scale(1.1) translate3d(0,0,0);
|
||||
transform : scale(1.1);
|
||||
transition : transform .1s var(--appleEase);
|
||||
transition-delay: 0s;
|
||||
transform-origin: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue