mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 20:07:33 -07:00
speed up to 1.2s
This commit is contained in:
parent
3d8ef2f9bc
commit
8f04928d80
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ const props = withDefaults(defineProps<{
|
||||||
.path {
|
.path {
|
||||||
stroke: var(--accent);
|
stroke: var(--accent);
|
||||||
stroke-linecap: round;
|
stroke-linecap: round;
|
||||||
animation: dash 1.5s ease-in-out infinite;
|
animation: dash 1.2s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue