vue-sell
vue-sell copied to clipboard
shopcart小球动画
源码shopcart关于小球的CSS有问题
应改为
.ball-container {
.ball {
position: fixed;
left: 32px;
bottom: 22px;
z-index: 200;
.inner {
width: 16px;
height: 16px;
border-radius: 50%;
background: rgb(0, 160, 220);
}
&.drop-enter-active {
transition: all .4s cubic-bezier(.49, -0.29, .75, .41);
.inner {
transition: all .4s linear;
}
}
}
}