UNPKG

279 Btext/lessView Raw
1.@{spin-prefix-cls} {
2 &-rtl {
3 direction: rtl;
4 }
5
6 &-dot {
7 &-spin {
8 .@{spin-prefix-cls}-rtl & {
9 transform: rotate(-45deg);
10 animation-name: antRotateRtl;
11 }
12 }
13 }
14}
15
16@keyframes antRotateRtl {
17 to {
18 transform: rotate(-405deg);
19 }
20}