21 lines
331 B
Plaintext
21 lines
331 B
Plaintext
|
|
||
|
.ani.data-v-e3e455a0 {
|
||
|
transition-duration: 0.3s;
|
||
|
transition-timing-function: ease;
|
||
|
transition-property: transform;
|
||
|
}
|
||
|
.spin.data-v-e3e455a0 {
|
||
|
transform-origin: 50% 50%;
|
||
|
animation: xhRote-e3e455a0 1.2s infinite linear;
|
||
|
}
|
||
|
@keyframes xhRote-e3e455a0 {
|
||
|
0% {
|
||
|
transform: rotate(0deg);
|
||
|
}
|
||
|
100% {
|
||
|
transform: rotate(360deg);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|