.animate{stroke-dasharray:0,1000;animation:a 3s linear both}@keyframes a{0%{stroke-dasharray:0,1000}to{stroke-dasharray:1000,1000}}