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:
parent
951497dcee
commit
aa62ab244f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user