acdr-ui/dist/build/mp-weixin/components/LoadingAnimation.wxss

2 lines
632 B
Plaintext

.loading-animation.data-v-b7c4989b{display:flex;gap:5px;justify-content:space-around;width:100px}.ball.data-v-b7c4989b{width:15px;height:15px;border-radius:50%;animation:bounce-b7c4989b 1.2s infinite ease-in-out}.ball.data-v-b7c4989b:nth-child(1){animation-delay:-.32s}.ball.data-v-b7c4989b:nth-child(2){animation-delay:-.16s}.ball.data-v-b7c4989b:nth-child(3){animation-delay:-.13s}.ball.data-v-b7c4989b:nth-child(4){animation-delay:-.07s}.ball.data-v-b7c4989b:nth-child(5){animation-delay:-.04s}.ball.data-v-b7c4989b:nth-child(6){animation-delay:0s}@keyframes bounce-b7c4989b{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}