.animated-path{animation:cycle-draw 5s linear infinite}@keyframes cycle-draw{0%{stroke-dashoffset:1000}50%{stroke-dashoffset:0}to{stroke-dashoffset:1000}}