@keyframes path-flow{0%{stroke-dasharray:0 var(--len);stroke-dashoffset:0}2%{stroke-dasharray:var(--seg)calc(var(--len) - var(--seg));stroke-dashoffset:0}to{stroke-dasharray:var(--seg)calc(var(--len) - var(--seg));stroke-dashoffset:calc(var(--len) + var(--seg))}}.path-anim{stroke-linecap:round;will-change:stroke-dashoffset;animation-name:path-flow;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:both}
