🔥 remove transition,transform,use-select mixin
This commit is contained in:
parent
192e2cb849
commit
e26450485c
35 changed files with 104 additions and 175 deletions
|
@ -14,7 +14,7 @@
|
|||
border-radius: 50%;
|
||||
background-color: @primary-color;
|
||||
.square(@spin-dot-size);
|
||||
.animation(ani-spin-bounce 1s 0s ease-in-out infinite);
|
||||
animation: ani-spin-bounce 1s 0s ease-in-out infinite;
|
||||
}
|
||||
|
||||
&-large &-dot {
|
||||
|
@ -59,11 +59,11 @@
|
|||
|
||||
@keyframes ani-spin-bounce {
|
||||
0% {
|
||||
.transform(scale(0));
|
||||
transform: scale(0);
|
||||
}
|
||||
|
||||
100% {
|
||||
.transform(scale(1));
|
||||
transform: scale(1);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue