mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -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 {
|
||||
stroke: var(--accent);
|
||||
stroke-linecap: round;
|
||||
animation: dash 1.5s ease-in-out infinite;
|
||||
animation: dash 1.2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue