Authored by 毕凯

商品列表 动画优化

... ... @@ -127,10 +127,10 @@
@keyframes slideRight {
from {
width: 0;
max-width: 0;
}
to {
width: 50px;
max-width: 150px;
}
}
... ... @@ -138,7 +138,7 @@
float: left;
margin-top: 22px;
overflow: hidden;
animation: slideRight 200ms 1;
animation: slideRight 600ms 1;
ul {
display: block;
... ...