hopefully fix fo the last time
This commit is contained in:
parent
f277aaf677
commit
160cb38afa
|
@ -83,6 +83,7 @@ const props = withDefaults(defineProps<{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.path {
|
||||||
@keyframes dash {
|
@keyframes dash {
|
||||||
0% {
|
0% {
|
||||||
stroke-dasharray: 1, 150;
|
stroke-dasharray: 1, 150;
|
||||||
|
@ -97,7 +98,7 @@ const props = withDefaults(defineProps<{
|
||||||
stroke-dashoffset: -124;
|
stroke-dashoffset: -124;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.path {
|
|
||||||
stroke: var(--accent);
|
stroke: var(--accent);
|
||||||
stroke-linecap: round;
|
stroke-linecap: round;
|
||||||
animation: dash 1.5s ease-in-out infinite;
|
animation: dash 1.5s ease-in-out infinite;
|
||||||
|
|
Loading…
Reference in New Issue