@antscorp/antsomi-ui 1.3.5-beta.331 → 1.3.5-beta.332
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,13 +12,13 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
import React, { forwardRef } from 'react';
|
|
13
13
|
import styled from 'styled-components';
|
|
14
14
|
const StyleSvg = styled.svg `
|
|
15
|
-
animation: 1.
|
|
15
|
+
animation: 1.5s linear 0s infinite normal none running spin;
|
|
16
16
|
|
|
17
17
|
circle.circle {
|
|
18
18
|
stroke: currentcolor;
|
|
19
19
|
stroke-dasharray: 80px, 200px;
|
|
20
20
|
stroke-dashoffset: 0;
|
|
21
|
-
animation: 1.
|
|
21
|
+
animation: 1.5s ease-in-out 0s infinite normal none running animation-loading;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
@keyframes animation-loading {
|
|
@@ -32,7 +32,7 @@ const StyleSvg = styled.svg `
|
|
|
32
32
|
}
|
|
33
33
|
100% {
|
|
34
34
|
stroke-dasharray: 100px, 200px;
|
|
35
|
-
stroke-dashoffset: -
|
|
35
|
+
stroke-dashoffset: -118px;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|