1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-06 02:25:19 +02:00

style: remove animation from item tiles

This commit is contained in:
Kushagra Gour 2018-11-05 19:09:40 +05:30
parent 951497dcee
commit aa62ab244f

View File

@ -984,11 +984,11 @@ body > #demo-frame {
display: block; display: block;
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: pointer;
opacity: 0; /* opacity: 0; */
transform: translateX(50px); /* transform: translateX(50px); */
will-change: opacity, transform; /* will-change: opacity, transform; */
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
animation: slide-left 0.35s ease forwards; /* animation: slide-left 0.35s ease forwards; */
} }
.saved-item-tile--inline { .saved-item-tile--inline {
display: inline-block; display: inline-block;