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