1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-06 10:35:30 +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;
border-radius: 4px;
cursor: pointer;
opacity: 0;
transform: translateX(50px);
will-change: opacity, transform;
/* opacity: 0; */
/* transform: translateX(50px); */
/* will-change: opacity, transform; */
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 {
display: inline-block;