.pathline{stroke-dasharray:300;stroke-dashoffset:300;animation:draw 5s linear infinite}@keyframes draw{0%{stroke-dashoffset:300}30%{stroke-dashoffset:300}65%{stroke-dashoffset:0}to{stroke-dashoffset:-300}}