@lobehub/ui 1.164.0 → 1.164.1
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.
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
@keyframes fill {
|
|
12
12
|
30% {
|
|
13
|
-
fill-opacity:
|
|
13
|
+
fill-opacity: 5%;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
100% {
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
stroke-width: 0.25em;
|
|
28
28
|
|
|
29
29
|
animation:
|
|
30
|
-
draw 2s
|
|
31
|
-
fill 2s
|
|
30
|
+
draw 2s cubic-bezier(0.4, 0, 0.2, 1) infinite,
|
|
31
|
+
fill 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
|
|
32
32
|
}
|